Randy Kobes wrote:
Crashes on t\manip\out_append.t #1, with no useful error_log either.
Is this a crash, in the sense that a pop-up window
appears with a message about, eg, an access violation?

It's a "The command in 0x12345678 points to memory in 0x12345678. The action 'read' couldn't be performed on the memory"-type popup.


When I press cancel to debug, there are some more popups from the .NET CLR and the MDM or whatever that say that VS7 debugger won't run, and ask if I want to use the previously installed debugger (VC6) instead.

Since those extra dialogs were rather annoying, I finally got rid of them by editing keys in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug, and guess what, now I actually get useful debugger output:

Perl_safesysmalloc(unsigned int 72) line 67 + 28 bytes
modperl_filter_new(ap_filter_t * 0x00a10560, apr_bucket_brigade * 0x00a39a80, int 0, int 1, int 0, __int64 0) line 316 + 7 bytes
modperl_input_filter_handler(ap_filter_t * 0x00a10560, apr_bucket_brigade * 0x00a39a80, int 1, int 0, __int64 0) line 905 + 31 bytes
ap_get_brigade(ap_filter_t * 0x00a10560, apr_bucket_brigade * 0x00a39a80, int 1, int 0, __int64 0) line 475 + 32 bytes
net_time_filter(ap_filter_t * 0x00a39a20, apr_bucket_brigade * 0x00a39a80, int 1, int 0, __int64 0) line 3601
ap_get_brigade(ap_filter_t * 0x00a39a20, apr_bucket_brigade * 0x00a39a80, int 1, int 0, __int64 0) line 475 + 32 bytes
ap_rgetline_core(char * * 0x00a38c30, unsigned int 8192, unsigned int * 0x04d7fed0, request_rec * 0x00a38c18, int 0, apr_bucket_brigade * 0x00a39a80) line 215 + 27 bytes
read_request_line(request_rec * 0x00a38c18, apr_bucket_brigade * 0x00a39a80) line 593 + 39 bytes
ap_read_request(conn_rec * 0x00a10200) line 886 + 13 bytes
ap_process_http_connection(conn_rec * 0x00a10200) line 243 + 9 bytes
ap_run_process_connection(conn_rec * 0x00a10200) line 42 + 78 bytes
ap_process_connection(conn_rec * 0x00a10200, void * 0x00a10130) line 177
worker_main(long 1) line 720
_threadstartex(void * 0x0028cc50) line 227 + 13 bytes
KERNEL32! 7c80b50b()


"ptr = (Malloc_t)PerlMem_malloc(size?size:1)" causes the acccess violation.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to