Signal Abort

2000-03-28 Thread kevin . luo

Hi,
my environment is 
Server: Apache/1.3.3 (Unix) mod_perl/1.16
on Solaris,

There are message writing to my error-log file again and again
, like below

[Tue Mar 28 17:12:44 2000] [notice] httpd: child pid 1539 exit signal
Abort (6),
 possible coredump in /home/imail/httpd-kevinl

Colud anybody get clue?
Thanks very much.
Below is the output from gdb.

(gdb) where
#0  0xef654c74 in __sigprocmask ()
#1  0xef64b9ac in _resetsig ()
#2  0xef64b0f4 in _sigon ()
#3  0xef64df48 in _thrp_kill ()
#4  0xef5ba608 in abort ()
#5  0xee5ca9b4 in __0FIdumpCorev ()
#6  0xee5ccfbc in __0fILogEventSabortOrExitIfFatalv ()
#7  0xee5cd2b8 in __0fILogEventGhandlev ()
#8  0xee5ce948 in __0fILogEventFraiseUclTCeT ()
#9  0xee6e8d14 in __0FWRAISE_ProcLockAcqOrderUcPCcTC ()
#10 0xee6e1ca4 in __0fGThreadRcheckLockingOrderP6FMutex ()
#11 0xee6e3d84 in __0fFMutexElockRUc ()
#12 0xee6e752c in __0fELockHacquirev ()
#13 0xee6d1af4 in __0fESockGdoSendPUcl ()
#14 0xee6d1fb4 in __0fESockJ_flushBufPUci ()
#15 0xee6d1df8 in __0fESockG_flushUc ()
#16 0xee59fed0 in __0FFflushR6HByteSnk ()
#17 0xee6a68b8 in __0oHByteSnkltPFR6HByteSnk_R6HByteSnk ()
#18 0xee6a4450 in __0fHRMESockLcloseSocketUc ()
#19 0xee6a3ddc in __0oHRMESockdtv ()
#20 0xee67281c in __0fHMSSRMIdPcloseConnectionv ()
#21 0xee8f6f00 in __0oHMSSRMIddtv ()
#22 0xee8f733c in __0oOConnectionInfodtv ()
---Type return to continue, or q return to quit---
#23 0xee8e6d1c in __0FQflushConnectionsv ()
#24 0xee8e7304 in __0FPcacheConnectionR6HMSSRMId ()
#25 0xee8e7574 in __0oPim_MboxInternaldtv ()
#26 0xee8e86b8 in IM_FreeMbox ()
#27 0xef4b8f14 in XS_Mailbox_DESTROY ()
#28 0xf16b0 in Perl_pp_entersub ()
#29 0xb4a74 in perl_call_sv ()
#30 0xf8270 in Perl_sv_clear ()
#31 0xf86c0 in Perl_sv_free ()
#32 0xf8480 in Perl_sv_clear ()
#33 0xf86c0 in Perl_sv_free ()
#34 0xe9a18 in Perl_hv_free_ent ()
#35 0xe9c44 in hfreeentries ()
#36 0xe9c94 in Perl_hv_undef ()
#37 0xf8418 in Perl_sv_clear ()
#38 0xf86c0 in Perl_sv_free ()
#39 0x10d084 in Perl_free_tmps ()
#40 0xeb748 in Perl_pp_nextstate ()
#41 0xeb638 in Perl_runops ()
#42 0xb4a98 in perl_call_sv ()
#43 0x2af2c in perl_call_handler ()
#44 0x29b6c in perl_handler ()
#45 0x683f8 in ap_invoke_handler ()
---Type return to continue, or q return to quit---
#46 0x8d590 in process_request_internal ()
#47 0x8d660 in ap_process_request ()
#48 0x7e4b4 in child_main ()
#49 0x7e95c in make_child ()
#50 0x7eab8 in startup_children ()
#51 0x7fb5c in standalone_main ()
#52 0x80a00 in httpd_main ()
#53 0x27aa8 in main ()

begin:vcard 
n:Luo;Kevin
tel;cell:0937409397
tel;fax:886-02-23686172
tel;work:886-02-23686171 ext 395
x-mozilla-html:FALSE
version:2.1
email;internet:[EMAIL PROTECTED]
title:brh2a href="mail.kimo.com.tw"You Got @mail/a/h2
adr;quoted-printable:;;12F, No 100, Section 2, Roosevlet RD.,Taipei, Taiwan, R.O.C.=0D=0A=A5x=A5_=A5=AB=C3=B9=B4=B5=BA=D6=B8=F4=A4G=ACq100=B8=B913FTaiwan
x-mozilla-cpt:;-23840
fn:Kevin Luo (ù±Ò»Ê)
end:vcard



Re: Signal Abort

2000-03-28 Thread Doug MacEachern

On Tue, 28 Mar 2000 [EMAIL PROTECTED] wrote:

 Hi,
 my environment is 
 Server: Apache/1.3.3 (Unix) mod_perl/1.16
 on Solaris,

you might want to upgrade to recent versions of apache and mod_perl

 #26 0xee8e86b8 in IM_FreeMbox ()
 #27 0xef4b8f14 in XS_Mailbox_DESTROY ()

if you can compile this Mailbox extension with debugging symbols (-g), the
stacktrace might give more clues.