Jez, Thanks for the report and taking the time to look into this. I've not had a chance to look at what you've done yet, but should get some time in the next couple of weeks.
Thanks, Rob. 2008/4/13 Jeremy White <[EMAIL PROTECTED]>: > > Hi, > > I've created the following tracker item for this issue: > > > http://sourceforge.net/tracker/index.php?func=detail&aid=1941264&group_id=16572&atid=116572 > > I think the solution is straightforward but don't want to commit the code > yet. > > As a side, I use the Win32::GUI::Coolbar module from Robs homepage: > > http://www.robmay.me.uk/win32gui > > and it needs updating to run under 1.6 (constants). I don't mind updating > this module and would support it's move into the core. > > > Cheers, > > jez. > > > From: [EMAIL PROTECTED] > > To: perl-win32-gui-hackers@lists.sourceforge.net > > Date: Sun, 6 Apr 2008 11:21:53 +0000 > > Subject: [perl-win32-gui-hackers] Crash with perl 5.10 and Win32::GUI 1.6 > > > > > > > > All, > > > > I am getting a crash when using Perl 5.10 and Win32::GUI 1.6. The same > application doesn't crash under 5.8.7 or 5.8.8. I've tracked down the > "problem", but I'm not convinced it's the actual underlying issue. The crash > was occurring at: > > > > GUI_Helpers.cpp line 757 proc WindowsHookMsgProc > > > > When I was selecting from the main menu of the application. The problem is > the line: > > > > arrayref = av_fetch(perlud->avHooks, WM_TRACKPOPUP_MSGHOOK, 0); > > > > where: > > > > perlud->avHooks > > > > contains zero (NULL) > > > > Simply adding: > > > > if (perlud->avHooks !=NULL ) { > > > > before the call to the av_fetch stops the crash and the application runs > normally. > > > > A potentially related issue is that I'm also getting: > > > > Can't call method "STORE" on an undefined value during global destruction. > > > > When the application exits. Again, this doesn't happen under 5.8.7 or > 5.8.8. I am therefore suspecting a reference count issue somewhere? Any > thoughts? I am going to try and create a simple test case. > > > > Cheers, > > > > jeremy. > > > > > > > > > > _________________________________________________________________ > > Amazing prizes every hour with Live Search Big Snap > > http://www.bigsnapsearch.com > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Register now and save $200. Hurry, offer ends at 11:59 p.m., > > Monday, April 7! Use priority code J8TLD2. > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > _______________________________________________ > > Perl-Win32-GUI-Hackers mailing list > > Perl-Win32-GUI-Hackers@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers > > http://perl-win32-gui.sourceforge.net/ > > _________________________________________________________________ > The next generation of Windows Live is here > http://www.windowslive.co.uk/get-live > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Perl-Win32-GUI-Hackers mailing list > Perl-Win32-GUI-Hackers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers > http://perl-win32-gui.sourceforge.net/ > ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Perl-Win32-GUI-Hackers mailing list Perl-Win32-GUI-Hackers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers http://perl-win32-gui.sourceforge.net/