Opened 13 years ago
Closed 13 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 by , 13 years ago
comment:2 by , 13 years ago
| Milestone: | Enhanced → GA4 |
|---|---|
| Priority: | major → Feedback Pending |
comment:3 by , 13 years ago
| Cc: | added |
|---|
comment:5 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
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.

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