Vauderens railway station
Vauderens railway station (French: Gare de Vauderens) is a railway station in the municipality of Ursy, in the Swiss canton of Fribourg. It is an intermediate stop on the standard gauge Lausanne–Bern line of Swiss Federal Railways.[1]
Vauderens | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The station in 2018 | |||||||||||
Location | Ursy Switzerland | ||||||||||
Coordinates | 46°37′17.2020″N 6°51′0.1318″E | ||||||||||
Elevation | 757 m (2,484 ft) | ||||||||||
Owned by | Swiss Federal Railways | ||||||||||
Line(s) | Lausanne–Bern line | ||||||||||
Distance | 30.5 km (19.0 mi) from Lausanne[1] | ||||||||||
Train operators | Swiss Federal Railways | ||||||||||
Connections | Transports publics Fribourgeois buses | ||||||||||
Other information | |||||||||||
Fare zone | 46 (frimobil)[2] | ||||||||||
Traffic | |||||||||||
Passengers (2018) | 50 per weekday[3] | ||||||||||
Services | |||||||||||
| |||||||||||
Location | |||||||||||
Vauderens Location within Switzerland Vauderens Vauderens (Canton of Fribourg) |
Services
The following services stop at Vauderens:[4]
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.
gollark: Hmm, I can't work out how to actually get the problematic memory address.
References
- Eisenbahnatlas Schweiz. Cologne: Schweers + Wall. 2012. p. 30. ISBN 978-3-89494-130-7.
- "Plan des zones" (PDF) (in French). frimobil. 15 December 2019. Retrieved 23 July 2020.
- "Passagierfrequenz". Swiss Federal Railways. September 2019. Retrieved 23 July 2020.
- "Lausanne - Romont - Fribourg - Bern - (RER Vaud, lignes S5, S7, S9)" (PDF) (in French). Bundesamt für Verkehr. 4 October 2019. Retrieved 6 July 2020.
External links
Media related to Vauderens railway station at Wikimedia Commons - Vauderens railway station – SBB
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.