This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 187175 - dbxgui will hang or fail to connect if dbx startup emits errors
Summary: dbxgui will hang or fail to connect if dbx startup emits errors
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: -S1S-
Hardware: All All
: P3 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 22:05 UTC by ivan
Modified: 2010-08-12 22:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2010-06-03 22:05:21 UTC
There have been two variations on this:

1) Users remote shell initialization emits some error, like "/bin/arch: not found"
   dbx's connection fails with a "timed out" message.

This was "fixed" by making dbx startup not go via a shell wrapper (see
ExecutorUnix), but then ...

2) Similar error messages but this time originating from .dbxrc.
   In this case the GUI hangs!
Comment 1 ivan 2010-08-12 22:55:05 UTC
dbxgui has an "algorithm" to detect that it's talking to an older dbx (from
pre master/slave) days that depends on detecting error messages from
dbx. These additional messages confuse the algorithm.