Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Siginfo: si_code: I_NONEXIST, faulting address

Siginfo: si_code: I_NONEXIST, faulting address

From: JimmyN1 <jimmyn1_at_aol.com>
Date: 04 Sep 2001 19:38:05 GMT
Message-ID: <20010904153805.26015.00002457@mb-fj.aol.com>


Anyone seen this error? Our forms server executable, f60webmx, coredumps with this error. Here is a snippet of it:

[17614] lseek(27, 0, SEEK_CUR)

................................................................... = 344064

[17614] read(27, "I n o r d e r t o s e e ".., 8192)
..................................... = 8192

[17614] write(30, "\0ab\0\006\0\0\0\0\003L ce\0\0\0".., 171)
..................................... = 171

[17614] read(30, "\0Y \0\006\0\0\0\0\0\0\01f01\0\0".., 2064)
..................................... = 89

[17614] write(30, "\0eb\0\006\0\0\0\0\003L cf\0\0\0".., 235)
..................................... = 235

[17614] read(30, "\0v \0\006\0\0\0\0\0\0\01f01\0\0".., 2064)
..................................... = 118

[17614] lseek(27, 0, SEEK_CUR)
................................................................... = 352256

[17614] lseek(27, 112640, SEEK_SET)
.............................................................. = 112640

[17614] lseek(27, 0, SEEK_CUR)
................................................................... = 112640

[17614] read(27, "F L E X - F R M _ T I T L E _ K ".., 8192)
..................................... = 8192

[17614] lseek(27, 0, SEEK_CUR)
................................................................... = 120832

[17614] lseek(27, 344064, SEEK_SET)
.............................................................. = 344064

[17614] lseek(27, 0, SEEK_CUR)
................................................................... = 344064

[17614] read(27, "I n o r d e r t o s e e ".., 8192)
..................................... = 8192

[17614] lseek(6, 34816, SEEK_SET)
................................................................ = 34816

[17614] read(6, "\0" \bO \01e\0d4\bP \0) \0e0\bQ ".., 512)
....................................... = 512

[17614] Received signal 11, SIGSEGV, in user mode, [SIG_DFL], partial siginfo
[17614] Siginfo: si_code: I_NONEXIST, faulting address: 0x6572404f,
si_errno: 0
[17614] PC: 0xc1cc1773, instruction: 0x43363fff
[17614] exit(11) [implicit]
......................................................................
WIFSIGNALED(SIGSEGV)|
WCOREDUMP Received on Tue Sep 04 2001 - 14:38:05 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US