| Summary: | Core dump inside gtk_widget_create_pango_layout | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Bryan Hunt <bhunt> |
| Component: | SWT | Assignee: | Silenio Quarti <Silenio_Quarti> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eclipse.felipe, Silenio_Quarti |
| Version: | 3.5.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux-GTK | ||
| Whiteboard: | |||
|
Description
Bryan Hunt
Can you add a snippet so I can reproduce the problem on my machine ? Can you tried with a different VM ? Note, it looks like you are returning to the VM with a unhandled exception. Can you debug your code catching all expections and check that the code does not return from a callback with a expection ? For example, a runtime exception happens on mouse down and returns to the VM without being handled. Felipe, Check your internal bugzilla 129694 for instructions on how to reproduce the problem. I'll try wrapping the code in a try/catch later today. I don't think I can try another VM - I recall there being legal issues. I had the chance to test the code on my Mac and instead of crashing, it showed me that my label provider was throwing a ClassCastException. I fixed the problem in my code, and now the Linux client no longer crashes. Silenio, isn't there a bug for this problem already ? (see comment 1) This is a duplicate. *** This bug has been marked as a duplicate of bug 322222 *** |