History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BM-605
Type: Defect (bug) Defect (bug)
Status: Resolution in progress Resolution in progress
Priority: Blocker Blocker
Assignee: Fabrizio Giudici
Reporter: hxall
Votes: 1
Watchers: 2
Operations

Attach file to this issue
Clone this issue
If you were logged in you would be able to see more operations.
blueMarine

CLONE -Crash on 64bit Ubuntu Gutsy 7.10

Created: 18/Oct/07 08:02 PM   Updated: 13/Oct/08 04:52 PM
Component/s: None
Affects Version/s: 0.9.RC2b - "Giannutri"
Fix Version/s: 0.9.RC3

Time Tracking:
Not Specified

File Attachments:
Manage Attachments
1. HTML File admin1.html (162 kb)
2. File admin1.php (162 kb)
3. Text File Crash on 64bit Ubuntu Gutsy.txt (0.5 kb)

Issue Links:
Duplicate
 
Relate
 


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Fabrizio Giudici - 21/Oct/07 04:01 PM
The crash log is attached to BM-602 (closed since is a duplicate).

Fabrizio Giudici - 21/Oct/07 04:02 PM
hxall, at first sight I think it's a problem of the underlying framework, and I'm investigating in that direction. In the meantime, may ask you to perform some quick tests?

1) Please go to www.netbeans.org and download the NetBeans 6.0beta IDE (there are some options, choose "Java SE"). Install it and try to run it (then you can remove it). It shares the same framework as blueMarine, so I'm interested to see if it crashes too.

2) Locate the file /usr/bin/bluemarine and the line

 export AWT_TOOLKIT=MToolkit
 
Change it to

 export AWT_TOOLKIT=XToolkit
 

and try to launch blueMarine again.

3) The same as above, but completely remove that line.

Thanks in advance.

Fabrizio Giudici - 28/Oct/07 12:59 PM
Setting export AWT_TOOLKIT=XToolkit seems to fix the problem. It is to be understood which is the impact of this change, as export AWT_TOOLKIT=MToolkit was needed to fix bug BM-443.