Kbase P6963: System Error: floating point exception while running new application.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
System Error: Floating point exception (50)
Client running new application.
PROGRESS stack trace
Command line arguments are
/dbs/dlc/bin/_progres /dbs/dbs/menu
uttrace() +0x100 from: /dbs/dlc/bin/_progres
utcore() +0xec from: /dbs/dlc/bin/_progres
drexit() +0x548 from: /dbs/dlc/bin/_progres
drExitOnTerm() +0x298 from: /dbs/dlc/bin/_progres
_getfp() +0x220 from: /usr/lib/libthread.so.1
_fork() +0x850 from: /usr/lib/libthread.so.1
sr_curpos() +0xc from: /dbs/dlc/bin/_progres
ssr_nextpos() +0xc from: /dbs/dlc/bin/_progres
wvBrowseMoveVVCursor() +0x40 from: /dbs/dlc/bin/_progres
wvSetBrowseFocus() +0x180 from: /dbs/dlc/bin/_progres
rnumstrtbrs() +0x288 from: /dbs/dlc/bin/_progres
rnqopen() +0xf98 from: /dbs/dlc/bin/_progres
rnexec_entry() +0x578 from: /dbs/dlc/bin/_progres
rninterpret() +0x6c from: /dbs/dlc/bin/_progres
umeDispatchEvent() +0x156c from: /dbs/dlc/bin/_progres
wvRunDispatcher() +0xa88 from: /dbs/dlc/bin/_progres
iodispatch() +0xd8 from: /dbs/dlc/bin/_progres
rnrq() +0x160 from: /dbs/dlc/bin/_progres
main() +0x2dc from: /dbs/dlc/bin/_progres
_start() +0xb8 from: /dbs/dlc/bin/_progres
CHANGE:
Altered the application code.
CAUSE:
Application code allowed for division by zero.
FIX:
Remove division by zero capability from application.