Opened 12 years ago

Closed 11 years ago

#190 closed defect (fixed)

Crash when putting load on a TCP Server Socket opend for reading.

Reported by: gap Owned by:
Priority: Feedback Pending Milestone: Next
Component: general Version: 1.6.0 Build 25 GA3
Severity: high Keywords:
Cc: java6@…

Description

Output from a FTP server application. I have full source and it runs on all other versions of Java. At first there is some output but is soon stops with this:
Login : greg 71.246.225.60 20120927 205045
SYS1808:
The process has stopped. The software diagnostic
code (exception code) is 009F.

Change History (5)

comment:1 Changed 12 years ago by Silvan Scherrer

please attach a copy of the app, so we can test with the app. if possible also the source code of it.

comment:2 Changed 12 years ago by Silvan Scherrer

Milestone: EnhancedGA4
Priority: majorFeedback Pending

comment:3 Changed 12 years ago by Yoda_Java6

Cc: java6@… added

comment:4 Changed 11 years ago by gap

The load issue seems to be corrected with the B27.

comment:5 Changed 11 years ago by dmik

Resolution: fixed
Status: newclosed

Okay, good. Thanks for reporting!

BTW 009F means a breakpoint exception (that could be thrown by e.g. libc, not only by the debug build of Java). May be r414 fixed this issue.

Note: See TracTickets for help on using tickets.