Kbase P15520: SQL92: Unexpected Signal 11 occurred
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Solaris SPARC 2.6
Progress 9.1D
SYMPTOM(s):
on INSERT and UPDATE
Unexpected Signal : 11 occurred at PC=0xef6c6f3c
Function name=realloc
Library=/usr/lib/libc.so.1
Current Java thread:
at com.progress.sql.jdbc.JdbcProgress.UTFerror(Native Method)
CAUSE:
The Java error is unfortunately not clear on Solaris.
Running the same code on NT showed another Java error which pointed to the real cause of the problem.
On NT, the same code produces error:
java.sql.SQLException: [JDBC Progress Driver]:Invalid date value (7496)
FIX:
Change the offending:
stmt.setString(3, "02/02/2002");
for a column 3 of DATE datatype.