signal SEGV (no mapping at the fault address) in sqllkc [message #152836] |
Tue, 27 December 2005 03:30 |
jvramya
Messages: 1 Registered: December 2005
|
Junior Member |
|
|
Hi,
I have a problem with my Pro*C compiler. My programs compile and link very well. When i execute the programs, they crash in the exec sql connect.
when i try to insert the data in oracle thru pro?c code am getting error as
t@1 (l@1) signal SEGV (no mapping at the fault address) in sqllkc at 0xfdd08bac
0xfdd08bac: sqllkc+0x0044: ld [%l2], %g2
Current function is AppDFInsert
983 sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
this error is thrown when i try to insert more than 64k bytes data.when the data is 64k or less,the data gets inserted.
I want to know whether is there any constraints in size while we insert thru pro*c compiler..
Please help me out..
Thanks in Advance,
Ramya.
|
|
|