Skip to content

Instantly share code, notes, and snippets.

@kjnilsson
Created December 19, 2014 11:48
Show Gist options
  • Save kjnilsson/c330928d1eab9138e489 to your computer and use it in GitHub Desktop.
Save kjnilsson/c330928d1eab9138e489 to your computer and use it in GitHub Desktop.
mono segfault backtrace
(gdb) run FifteenBelow.VersionedStorage.Service.exe
Starting program: /usr/bin/mono FifteenBelow.VersionedStorage.Service.exe
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff4d1c700 (LWP 24667)]
[New Thread 0x7ffff45ff700 (LWP 24668)]
[New Thread 0x7ffff45be700 (LWP 24669)]
Configuration Result:
[Success] Name FifteenBelow.VersionedStorage.Service
[Success] DisplayName FifteenBelow Versioned Storage Service
[Success] Description Provides a versioned store
[Success] ServiceName FifteenBelow.VersionedStorage.Service
Topshelf v3.1.122.0, .NET Framework v4.0.30319.17020
[New Thread 0x7fffe7b40700 (LWP 24670)]
[New Thread 0x7ffff4044700 (LWP 24671)]
[New Thread 0x7fffe7676700 (LWP 24672)]
[New Thread 0x7fffe689f700 (LWP 24673)]
[Thread 0x7fffe689f700 (LWP 24673) exited]
The FifteenBelow.VersionedStorage.Service service is now running, press Control+C to exit.
[New Thread 0x7fffe689f700 (LWP 24674)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe7b40700 (LWP 24670)]
0x0000000040220f36 in ?? ()
(gdb) bt
#0 0x0000000040220f36 in ?? ()
#1 0x00007fffe6676f28 in ?? ()
#2 0x00007ffff62580c8 in ?? ()
#3 0x00007ffff624a1e8 in ?? ()
#4 0x0000000040220efc in ?? ()
#5 0x00007fffe6676f28 in ?? ()
#6 0x00007ffff62580c8 in ?? ()
#7 0x00007ffff624a1e8 in ?? ()
#8 0x000000004021e918 in ?? ()
#9 0x00000000fffffffe in ?? ()
#10 0x00007fffe6676f28 in ?? ()
#11 0x00007fffec0026a0 in ?? ()
#12 0x0000000040002173 in ?? ()
#13 0x0000000001651e20 in ?? ()
#14 0x00007fffe7b3ee80 in ?? ()
#15 0x00007ffff625ef60 in ?? ()
#16 0x00007fffe7b3ee80 in ?? ()
#17 0x000000000162b7d0 in ?? ()
#18 0x00000000004b65cc in common_call_trampoline (regs=0x1651e01, code=0x7fffe6676ed0 "\300\217g\001", m=0xffffffffffffffff, vt=0x7fffe7b3edb0, vtable_slot=<optimised out>, need_rgctx_tramp=-135356920, tramp=<optimised out>) at mini-trampolines.c:645
#19 0x00007fffe00025e5 in ?? ()
#20 0x000000004021e470 in ?? ()
#21 0x00007fffe7b3f110 in ?? ()
#22 0x00007fffe7b3edc0 in ?? ()
#23 0x00007fffe7b3ed08 in ?? ()
#24 0x00007fffe7b40680 in ?? ()
#25 0x400cccccc0000000 in ?? ()
#26 0x3fecccccc0000000 in ?? ()
#27 0x6100656b6f766e49 in ?? ()
#28 0x203a74736f480a0d in ?? ()
#29 0x2073726573752f72 in ?? ()
#30 0x6f69746163696c70 in ?? ()
#31 0x6538316636613764 in ?? ()
#32 0x6434383231636662 in ?? ()
#33 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment