Hello,
I was trying to build the latest rsync'd version on msvc
win32
and it crashes during 'miniperl configpm' stage. Here's the
stack info I scraped from MSVC gui:
Perl_despatch_signals(interpreter * 0x00985438) line 1387 +
12 bytes
win32_async_check(interpreter * 0x00985438) line 2097 + 9
bytes
Perl_runops_debug(interpreter * 0x00985438) line 1898 + 59
bytes
S_run_body(interpreter * 0x00985438, long 1) line 2431 + 13
bytes
perl_run(interpreter * 0x00985438) line 2349 + 13 bytes
main(int 2, char * * 0x00983f08, char * * 0x00982cf8) line
113 + 12 bytes
mainCRTStartup + 255 bytes
KERNEL32! 7c5989d5()
Also in there, mg.c:1387, value of PL_psig_pend was NULL,
which was
the reason for the crash. I couldn't fix the bug myself,
sorry.
--
Sincerely,
Dmitry Karasik
|