Ticket #9657: GDB_debugging.txt

File GDB_debugging.txt, 1.7 KB (added by windlepoons, 7 years ago)

Debugging file

Line 
1GDB Debugging
2
3Game: Full Pipe (Windows/German)
4ScummVM 1.10.0git1081-g6c0f87d (Dec 5 2016 05:07:16)
5Features compiled in: TAINTED Vorbis FLAC MP3 ALSA SEQ TiMidity RGB zLib MPEG2 FluidSynth Theora AAC FreeType2 JPEG PNG cloud (servers, local)
6OS: Siduction 64bit
7
8Various results:
9###############
10
11Reading symbols from ./scummvm...done.
12(gdb) r fullpipe-de
13Starting program: ~/debian-x86_64-master-6c0f87d9/scummvm fullpipe-de
14[Thread debugging using libthread_db enabled]
15Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
16[New Thread 0x7fffe4bf1700 (LWP 5327)]
17[New Thread 0x7fffe43f0700 (LWP 5328)]
18WARNING: SDL mixer output buffer size: 705 differs from desired: 2048!
19[New Thread 0x7fffdf7cb700 (LWP 5329)]
20User picked target 'fullpipe-de' (gameid 'fullpipe')...
21 Looking for a plugin supporting this gameid... Fullpipe Engine
22 Starting 'Full Pipe'
23ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred
24
25Thread 1 "scummvm" received signal SIGINT, Interrupt.
260x00000000009de6ea in Common::Array<Fullpipe::MGMSubItem*>::push_back (this=0x75f7ec8,
27 element=@0x7fffffffc7a0: 0x7fff91a19d10) at ../../src-master/src/common/array.h:88
2888 ../../src-master/src/common/array.h: No such file or directory.
29(gdb) q
30
31###############
32
33Starting 'Full Pipe'
34
35Thread 1 "scummvm" received signal SIGINT, Interrupt.
360x00007ffff49fa03e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
37(gdb) q
38
39###############
40
41Starting 'Full Pipe'
42
43Thread 1 "scummvm" received signal SIGINT, Interrupt.
44Common::uninitialized_copy<Fullpipe::MGMSubItem**, Fullpipe::MGMSubItem*> (first=0x7fff8fd62a88, last=0x7fff8fd638b0,
45 dst=0x7fff8fd70ba8) at ../../src-master/src/common/memory.h:38
4638 ../../src-master/src/common/memory.h: No such file or directory.
47(gdb) q