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

Key: QB-1315
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Steve Luo
Reporter: Alexey Shumkin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

segfaulted crash when running traymonitor on Fedora 16-x64

Created: 03/Jul/12 07:37 AM   Updated: 28/Dec/12 06:45 AM
Component/s: None
Affects Version/s: 4.0.41
Fix Version/s: 5.0.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File hs_err_pid3479.log (54 kb)
2. Text File hs_err_pid3598.log (54 kb)
3. Text File hs_err_pid3661.log (63 kb)

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)


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


 All   Comments   Work Log   Change History      Sort Order:
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

Alexey Shumkin [03/Jul/12 07:39 AM]
$ which xulrunner
/usr/bin/xulrunner

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)

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)

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.