This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: win32-gui-demos.pl dumps core


Michael Kairys schrieb:
"Reini Urban" wrote:
Maybe there are any missing dependencies in
/lib/perl5/vendor_perl/5.8/cygwin/auto/Win32/GUI/GUI.dll

Can you send the output of
$ cygcheck /lib/perl5/vendor_perl/5.8/cygwin/auto/Win32/GUI/GUI.dll

D:\Local\Cygwin\lib/perl5/vendor_perl/5.8/cygwin/auto/Win32/GUI/GUI.dll D:\Local\Cygwin\bin\cygwin1.dll C:\Windows\system32\ADVAPI32.DLL C:\Windows\system32\ntdll.dll C:\Windows\system32\KERNEL32.dll C:\Windows\system32\RPCRT4.dll D:\Local\Cygwin\bin\cygperl5_8.dll D:\Local\Cygwin\bin\cygcrypt-0.dll C:\Windows\system32\COMCTL32.DLL C:\Windows\system32\GDI32.dll C:\Windows\system32\USER32.dll C:\Windows\system32\COMDLG32.DLL C:\Windows\system32\msvcrt.dll C:\Windows\system32\SHLWAPI.dll C:\Windows\system32\SHELL32.dll C:\Windows\system32\VERSION.dll

So we have bad luck and have to wait for someone who can debug this on Vista.

Build an unstripped perl and this lib with debug symbols.
$ gdb perl
set args win32-gui-demos.pl
run
  => exception
bt

The perl.exe.stackdump helps a little bit, but this is no coredump to investigate with the debugger. And I cannot reproduce this and compare to your stackdump, since I only have XP SP2.

You can try at the perl-win32-users list at lists.sf.net. What I know from there: Until recently everything worked fine on Vista, even when compiled under XP, just the --dyndll option for perlapp didn't work.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://helsinki.at/ http://spacemovie.mur.at/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]