Ubuntu Pastebin

Paste from djjeff at Fri, 25 Sep 2015 15:54:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
$ gdb wxvbam
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from wxvbam...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/wxvbam 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
[New Thread 0x7fffd5f24700 (LWP 22588)]
[New Thread 0x7fffd540e700 (LWP 22589)]
[New Thread 0x7fffd49f0700 (LWP 22590)]
[New Thread 0x7fffc7fff700 (LWP 22591)]
[New Thread 0x7fffc77fe700 (LWP 22592)]
[New Thread 0x7fffc6ffd700 (LWP 22593)]
[New Thread 0x7fffc67fc700 (LWP 22594)]
[Thread 0x7fffc7fff700 (LWP 22591) exited]
[Thread 0x7fffd49f0700 (LWP 22590) exited]
[Thread 0x7fffc67fc700 (LWP 22594) exited]
[Thread 0x7fffc6ffd700 (LWP 22593) exited]
[New Thread 0x7fffc6ffd700 (LWP 22595)]
[Thread 0x7fffc6ffd700 (LWP 22595) exited]
[New Thread 0x7fffc6ffd700 (LWP 22596)]
[New Thread 0x7fffc67fc700 (LWP 22597)]
[Thread 0x7fffc67fc700 (LWP 22597) exited]
[Thread 0x7fffc6ffd700 (LWP 22596) exited]
[New Thread 0x7fffc6ffd700 (LWP 22598)]
[New Thread 0x7fffc67fc700 (LWP 22599)]
Loaded battery /home/jefferyw/Documents/Emulators/GBA-OTHER/Sonic Advance (USA) (En,Ja).sav
Loaded state /home/jefferyw/Documents/Emulators/GBA-OTHER/Sonic Advance (USA) (En,Ja)-01.sgm
Loaded state /home/jefferyw/Documents/Emulators/GBA-OTHER/Sonic Advance (USA) (En,Ja)-01.sgm

Program received signal SIGSEGV, Segmentation fault.
0x00007fffeed9a297 in g_slice_alloc () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0  0x00007fffeed9a297 in g_slice_alloc () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fffeed7b263 in g_list_copy_deep () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fffef73dd43 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#3  0x00007fffef73abca in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#4  0x00007fffef73b63d in gdk_window_process_updates () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#5  0x00007ffff5af8efc in wxWindow::Update() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#6  0x00007ffff5b27ef4 in wxStatusBar::DoUpdateStatusText(int) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#7  0x0000000000511971 in systemScreenMessage(wxString const&) ()
#8  0x0000000000517523 in GameArea::LoadState(wxFileName const&) ()
#9  0x0000000000517193 in GameArea::LoadState(int) ()
#10 0x00000000004f8932 in MainFrame::DoLoadGameSlot() ()
#11 0x00000000004f8905 in MainFrame::OnLoadGameSlot(wxCommandEvent&) ()
#12 0x00007ffff545011e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#13 0x00007ffff55c3282 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#14 0x00007ffff55c3333 in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#15 0x00007ffff55c368d in wxEvtHandler::TryHereOnly(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#16 0x00007ffff55c3703 in wxEvtHandler::ProcessEventLocally(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#17 0x00007ffff55c3765 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#18 0x00007ffff5c51a48 in wxWindowBase::TryAfter(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#19 0x00007ffff55c34f7 in wxEvtHandler::SafelyProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#20 0x00007ffff5afd860 in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#21 0x00007fffefadd815 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#22 0x00007fffef04e3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#23 0x00007fffef05fd3d in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#24 0x00007fffef0676f9 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#25 0x00007fffef067ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#26 0x00007fffefbed6b4 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#27 0x00007fffefc00f2b in gtk_window_propagate_key_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#28 0x00007ffff5aed498 in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#29 0x00007fffefadd815 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#30 0x00007fffef04e3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#31 0x00007fffef05fd3d in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#32 0x00007fffef0676f9 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#33 0x00007fffef067ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#34 0x00007fffefbed6b4 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#35 0x00007fffefadc097 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#36 0x00007fffefadc37b in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#37 0x00007fffef75643c in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#38 0x00007fffeed7ee04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
Download as text