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 163106 - nativeexecutor does not work
Summary: nativeexecutor does not work
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-20 12:38 UTC by Leonid Lenyashin
Modified: 2009-04-24 14:17 UTC (History)
0 users

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 Leonid Lenyashin 2009-04-20 12:38:07 UTC
After I cleared my /tmp/ dir now I see "RUN TERMINATED" message in Output Window whenever I attempt to run an app.
Log says:

INFO [nativeexecution.support.logger]: Failed to start external terminal ... 
INFO [nativeexecution.support.logger]: - Xlib:  extension "RANDR" missing on display ":0.0".
INFO [nativeexecution.support.logger]: - **
INFO [nativeexecution.support.logger]: - ERROR:terminal-app.c:1525:terminal_app_init: assertion failed:
(app->default_profile_id != NULL)

Restart of IDE does not help!!! Looks as pretty serious issue.
Comment 1 Andrew Krasny 2009-04-20 21:16:51 UTC
What Linux do you have? 
I cannot reproduce this on Ubuntu installed in VB... 
Xlib:  extension "RANDR" missing on display ":0.0". doesn't seem to be related to native execution... 
Comment 2 Leonid Lenyashin 2009-04-21 09:18:26 UTC
> Xlib:  extension "RANDR" missing on display ":0.0". doesn't seem to be related to native execution... 
Yes, it maybe unrelated. It appears in many cases when I invoce anything graaphical from a terminal. But it does not
make invocation fail. 
It may be related to userdir, I did not clear it up after installing fresh bits. My Ubuntu is 8.10 32-bits. I can not
show it to you 'cause I've given my laptop to ILM for repairing (you see - what a native executor can make to a laptop!).
If you can not reproduce it, you can close it. (BTW, Igor and VV has Ubuntu).
Comment 3 Maria Tishkova 2009-04-24 14:17:10 UTC
cannot reproduce