Demidovskaya, Tarnogsky District, Vologda Oblast

Demidovskaya (Russian: Демидовская) is a rural locality (a village) in Tarnogskoye Rural Settlement, Tarnogsky District, Vologda Oblast, Russia. The population was 53 as of 2002.[2]

Demidovskaya

Демидовская
Village
Demidovskaya
Demidovskaya
Coordinates: 60°30′N 43°32′E[1]
CountryRussia
RegionVologda Oblast
DistrictTarnogsky District
Time zoneUTC+3:00

Geography

The distance to Tarnogsky Gorodok is 0.5 km.

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

  1. Карта Тарногского района Вологодской области
  2. Данные переписи 2002 года: таблица 2С. М.: Федеральная служба государственной статистики, 2004.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.