<< Back to previous view

[QB-1315] segfaulted crash when running traymonitor on Fedora 16-x64
Created: 03/Jul/12  Updated: 28/Dec/12

Status: Resolved
Project: QuickBuild
Component/s: None
Affects Version/s: 4.0.41
Fix Version/s: 5.0.3

Type: Bug Priority: Critical
Reporter: Alexey Shumkin Assigned To: Steve Luo
Resolution: Fixed Votes: 0
Remaining Estimate: Unknown Time Spent: Unknown
Original Estimate: Unknown
Environment: $ uname -a
Linux ... 3.4.2-1.fc16.x86_64 #1 SMP Thu Jun 14 20:17:26 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/issue
RFRemix release 16.1 (Verne)
Kernel \r on an \m (\l)

File Attachments: Text File hs_err_pid3479.log     Text File hs_err_pid3598.log     Text File hs_err_pid3661.log    

 Description   
when I was trying to workaround QB-1307 I've found a solution to set MOZILLA_FIVE_HOME with a path of xulrunner


 Comments   
Comment by Alexey Shumkin [ 03/Jul/12 07:38 AM ]

$ MOZILLA_FIVE_HOME=$(which xulrunner) java -jar traymonitor-x64.jar
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000000000, pid=3479, tid=140251723925248
#
# JRE version: 6.0_33-b03
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.8-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000000000 float+0x19d0f000
#
# An error report file with more information is saved as:
# /home/ashu/bin/hs_err_pid3479.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
... (core dumped)

see hs_err_pid3479.log attached
Comment by Alexey Shumkin [ 03/Jul/12 07:39 AM ]
$ which xulrunner
/usr/bin/xulrunner
Comment by Alexey Shumkin [ 03/Jul/12 07:44 AM ]
the same error when trying to use OpenJDK-1.7.0
$ MOZILLA_FIVE_HOME=$(which xulrunner) /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java -jar traymonitor-x64.jar
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000000000, pid=3661, tid=139916244846336
#
# JRE version: 7.0_03
# Java VM: OpenJDK 64-Bit Server VM (23.0-b21 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000000000
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/ashu/bin/hs_err_pid3661.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
... (core dumped)
Comment by Alexey Shumkin [ 03/Jul/12 07:45 AM ]
or OpenJDK-1.6.0
$ MOZILLA_FIVE_HOME=$(which xulrunner) /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java -jar traymonitor-x64.jar
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000000000, pid=3598, tid=139669667571456
#
# JRE version: 6.0_24-b24
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.11.3
# Distribution: Fedora release 16 (Verne), package fedora-67.1.11.3.fc16-x86_64
# Problematic frame:
# C 0x0000000000000000
#
# An error report file with more information is saved as:
# /home/ashu/bin/hs_err_pid3598.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
... (core dumped)
Comment by Steve Luo [ 03/Jul/12 09:25 AM ]
I don't think this issue is caused by QuickBuild TrayMonitor. Please following the instructions on QB-1307 first.
Generated at Tue May 21 05:18:38 UTC 2024 using JIRA 189.