Ticket #2338: debugg2

File debugg2, 3.7 KB (added by Petr, 10 years ago)

debugg3

Line 
1Last login: Fri Jan 31 18:46:04 on ttys000
2Sabinas-MacBook-Pro:~ petr$ lldb /Applications/0ad.app/Contents/MacOS/pyrogenesis
3Current executable set to '/Applications/0ad.app/Contents/MacOS/pyrogenesis' (x86_64).
4(lldb) run
5Process 530 launched: '/Applications/0ad.app/Contents/MacOS/pyrogenesis' (x86_64)
6WARNING: Invalid locale settings
7WARNING: LC_ALL="(unset)"
8WARNING: LC_COLLATE="(unset)"
9WARNING: LC_CTYPE="(unset)"
10WARNING: LC_MONETARY="(unset)"
11WARNING: LC_NUMERIC="(unset)"
12WARNING: LC_TIME="(unset)"
13WARNING: LC_MESSAGES="(unset)"
14WARNING: LANG="en_US.UTF-8"
15WARNING: Setting LC_ALL env variable to: C
16Valid app bundle detected
17Cache: 500 (total: 2048) MiB
18TIMER| InitVfs: 172.865 ms
19Sound: AlcInit success, using Built-in Output
20TIMER| CONFIG_Init: 4.751 ms
21TIMER| InitScripting: 1.228 ms
22APIC: not unique
23TIMER| RunHardwareDetection: 18.406 ms
24TIMER| write_sys_info: 16.415 ms
25TIMER| InitRenderer: 1.401 ms
26TIMER| ps_console: 849 us
27TIMER| ps_lang_hotkeys: 999 us
28TIMER| common/setup.xml: 775 us
29TIMER| common/styles.xml: 52 us
30TIMER| common/sprite1.xml: 2.041 ms
31TIMER| common/init.xml: 1.26 ms
32TIMER| common/common_sprites.xml: 2.424 ms
33TIMER| common/common_styles.xml: 343 us
34TIMER| pregame/sprites.xml: 530 us
35TIMER| pregame/styles.xml: 53 us
36TIMER| pregame/mainmenu.xml: 5.17 ms
37TIMER| common/global.xml: 377 us
38TIMER| common/setup.xml: 708 us
39TIMER| common/styles.xml: 31 us
40TIMER| common/sprite1.xml: 1.924 ms
41TIMER| common/common_sprites.xml: 2.353 ms
42TIMER| common/common_styles.xml: 332 us
43TIMER| splashscreen/styles.xml: 49 us
44TIMER| splashscreen/setup.xml: 65 us
45TIMER| splashscreen/splashscreen.xml: 1.009 ms
46TIMER| common/setup.xml: 788 us
47TIMER| common/styles.xml: 32 us
48TIMER| common/sprite1.xml: 1.951 ms
49TIMER| common/common_sprites.xml: 2.255 ms
50TIMER| common/common_styles.xml: 314 us
51TIMER| gamesetup/styles.xml: 71 us
52TIMER| summary/sprites.xml: 228 us
53TIMER| lobby/prelobby.xml: 3.236 ms
54TIMER| common/modern/styles.xml: 139 us
55TIMER| common/modern/sprites.xml: 877 us
56TIMER| common/modern/setup.xml: 64 us
57TIMER| common/setup.xml: 763 us
58TIMER| common/styles.xml: 28 us
59TIMER| common/sprite1.xml: 1.918 ms
60TIMER| common/global.xml: 368 us
61TIMER| common/common_sprites.xml: 2.344 ms
62TIMER| common/common_styles.xml: 303 us
63TIMER| lobby/styles.xml: 79 us
64TIMER| lobby/lobby.xml: 7.037 ms
65TIMER| common/setup.xml: 717 us
66TIMER| common/styles.xml: 33 us
67TIMER| common/sprite1.xml: 1.94 ms
68TIMER| common/common_sprites.xml: 2.32 ms
69TIMER| common/common_styles.xml: 300 us
70TIMER| gamesetup/setup.xml: 78 us
71TIMER| gamesetup/sprites.xml: 57 us
72TIMER| gamesetup/styles.xml: 38 us
73TIMER| gamesetup/gamesetup_mp.xml: 2.557 ms
74TIMER| common/global.xml: 327 us
75recv: Connection reset by peer
76TIMER| common/setup.xml: 723 us
77TIMER| common/styles.xml: 32 us
78TIMER| common/sprite1.xml: 1.951 ms
79TIMER| common/common_sprites.xml: 2.578 ms
80TIMER| common/common_styles.xml: 365 us
81TIMER| gamesetup/setup.xml: 78 us
82TIMER| gamesetup/sprites.xml: 48 us
83TIMER| gamesetup/styles.xml: 58 us
84TIMER| gamesetup/gamesetup.xml: 15.935 ms
85TIMER| common/global.xml: 441 us
86pyrogenesis(530,0x132704000) malloc: *** error for object 0x393530320600a8e0: pointer being freed was not allocated
87*** set a breakpoint in malloc_error_break to debug
88Process 530 stopped
89* thread #12: tid = 0x3dd3, 0x00007fff8b3fb866 libsystem_kernel.dylib`__pthread_kill + 10, stop reason = signal SIGABRT
90 frame #0: 0x00007fff8b3fb866 libsystem_kernel.dylib`__pthread_kill + 10
91libsystem_kernel.dylib`__pthread_kill + 10:
92-> 0x7fff8b3fb866: jae 0x7fff8b3fb870 ; __pthread_kill + 20
93 0x7fff8b3fb868: movq %rax, %rdi
94 0x7fff8b3fb86b: jmpq 0x7fff8b3f8175 ; cerror_nocancel
95 0x7fff8b3fb870: ret
96(lldb)