| Summary: | Eclipse crashes when printing to file with non-standard page size | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | George Lindholm <javadev> | ||||
| Component: | SWT | Assignee: | Platform-SWT-Inbox <platform-swt-inbox> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P3 | CC: | arunkumar.thondapu, ericwill, loskutov, MarkoSchuetz, pwebster, Silenio_Quarti | ||||
| Version: | 4.2.2 | Keywords: | triaged | ||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
George Lindholm
Created attachment 227973 [details]
JVM crash log
It failed in libswt-gtk Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libswt-gtk-4235.so+0x36778] Java_org_eclipse_swt_internal_C_strlen+0x10 j org.eclipse.swt.printing.PrintDialog.storeBytes(Ljava/lang/String;J)V+1 j org.eclipse.swt.printing.PrintDialog.open()Lorg/eclipse/swt/printing/PrinterData;+1299 (In reply to comment #2) > It failed in libswt-gtk Sorry my bad, I got misled by the stack trace pasted in comment 0. I just tried this out on Ubuntu 12.04 and was able to reproduce the bug with the exact same JVM crash log as attached. I can still reproduce this bug. I'm seeing a very similar error, but it's triggered differently. I have Eclipse Neon with current updates and Papyrus installed. When adding a class diagram to a Papyrus model the dialog for naming the diagram comes up. As soon as I click on OK, Eclipse crashes. # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fa57b0aa406, pid=17655, tid=0x00007fa6643ee700 # # JRE version: OpenJDK Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13) # Java VM: OpenJDK 64-Bit Server VM (25.121-b13 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libswt-gtk-4629.so+0x36406] Java_org_eclipse_swt_internal_C_strlen+0x10 # # Core dump written. Default location: /home/marko/core or core.17655 # # An error report file with more information is saved as: # /home/marko/hs_err_pid17655.log # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # (In reply to Marko Scḧ̈ütz-Schmuck from comment #5) > I'm seeing a very similar error, but it's triggered differently. > > I have Eclipse Neon with current updates and Papyrus installed. When adding > a class diagram to a Papyrus model the dialog for naming the diagram comes > up. As soon as I click on OK, Eclipse crashes. Please attach /home/marko/hs_err_pid17655.log Not reproducible on GTK3.24.11, using Fedora 30 and Eclipse 4.13 RC2. Please reopen this ticket if the issue reproduces once again. |