Re: Backtrace for SDL

2010-02-27 Thread Chas. Owens
By patch, you mean the comment I added last time? On Fri, Feb 26, 2010 at 16:44, Kartik Thakore wrote: > Chas, > > Try the script again without the patch. > > Aslo try this with an without the patch: > > use SDL; > > use SDL::Video; > > SDL::init(SDL_VIDEO); > > my $d = SDL::Video::set_video_mode

Re: Backtrace for SDL

2010-02-27 Thread Chas. Owens
I ran the code on my machine, the results are here: http://codepad.org/X5gR3Bex It didn't crash, but SDLPerl.app would not quit until I clicked on it, at which time it immediately quit. On Fri, Feb 26, 2010 at 11:56, Kartik Thakore wrote: > > Hi mike, > Can you try this script? > use SDL; > use

Re: Backtrace for SDL

2010-02-27 Thread Chas. Owens
My copy looked like this in the last release: [NSApp run]; fprintf(stderr,"Terminating NSApp\n"); [sdlplmain release]; //[pool release]; On Fri, Feb 26, 2010 at 17:40, Kartik Thakore wrote: > no the launcher.m patch. If you didnt apply it its fine. >> >