Re: [AD] Allegro 5 TODOs (from wiki) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Allegro 5 TODOs (from wiki)
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Sun, 30 Nov 2008 17:46:20 -0500
On 30-Nov-08, at 5:40 PM, Evert Glebbeek wrote:
In case it helps, I can't reproduce that problem with OpenGL in OS X.
However, I did get a crash when I first played with this but not on
subsequent attempts when I tried to make it crash...
Ah, managed it after a few attempts.
To report: after starting the example, immediately close the first
window, then close the second. I (randomly) get a crash and core dump.
GDB traceback:
(gdb) r
Starting program: /Users/eglebbk/Program/Allegro5/4.9/Build/examples/
ex_multiwin
Reading symbols for shared libraries . done
0x12d050 switching in
Assert failed at line 104 of /Users/eglebbk/Program/Allegro5/4.9/src/
libc.c
Program received signal SIGABRT, Aborted.
0x947bbd06 in mach_msg_trap ()
(gdb) bt
#0 0x947bbd06 in mach_msg_trap ()
#1 0x947c34fc in mach_msg ()
#2 0x93b890ce in CFRunLoopRunSpecific ()
#3 0x93b89cf8 in CFRunLoopRunInMode ()
#4 0x96133480 in RunCurrentEventLoopInMode ()
#5 0x96133299 in ReceiveNextEventCommon ()
#6 0x9613310d in BlockUntilNextEventMatchingListInMode ()
#7 0x90d5223d in _DPSNextEvent ()
#8 0x90d51af0 in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#9 0x90d4ab2b in -[NSApplication run] ()
#10 0x0003d919 in main (argc=1, argv=0xbffff120) at /Users/eglebbk/
Program/Allegro5/4.9/src/macosx/main.m:315
(gdb)
System: new (aluminium) MacBook running OS X 10.5.5.
I'll investigate.
Evert