← Back to team overview

openjdk team mailing list archive

[Bug 610837] [NEW] Scilab 5.2.1 crashes upon closing of imshow Tk widget

 

Public bug reported:

Scilab crashes when displaying an image and then closing the Tk viewer
with the SIVP 0.5.3 toolbox
(http://atoms.scilab.org/toolboxes/SIVP/0.5.3).

---code---
img=imread('lenna.bmp');
imshow(img); // then try to close the viewer window...
---code---

Scilab crashes and leaves the following dump:

---dump---
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0189ec37, pid=10162, tid=39242608
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK Server VM (16.0-b13 mixed mode linux-x86 )
# Derivative: IcedTea6 1.8
# Distribution: Ubuntu 10.04.1 LTS, package 6b18-1.8-4ubuntu3
# Problematic frame:
# C  [libjava.so+0x13c37]  JNU_CallStaticMethodByName+0x47
#
# An error report file with more information is saved as:
# /home/mmaniak/Desktop/hs_err_pid10162.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
Aborted
---dump---

Using Ubuntu 10.04, OpenCV 2.0 (compiled from source, as the Ubuntu
packages provide an OpenCV version that is too old for SIVP and OpenCV
2.1 does not yet work with SIVP) and Tcl/Tk 8.5.8.

BTW: there's an error in the path concatenation of the imshow.sci script (a missing slash on line 53, should be 
"TCL_EvalFile(getSIVPpath() +'/macros/imshow.tcl' );" ). Then do exec('builder.sce') again to incorporate the changes.

Can someone confirm this bug?

Regards,
Peter

** Affects: openjdk-6 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Scilab 5.2.1 crashes upon closing of imshow Tk widget
https://bugs.launchpad.net/bugs/610837
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “openjdk-6” package in Ubuntu: New

Bug description:
Scilab crashes when displaying an image and then closing the Tk viewer with the SIVP 0.5.3 toolbox (http://atoms.scilab.org/toolboxes/SIVP/0.5.3).

---code---
img=imread('lenna.bmp');
imshow(img); // then try to close the viewer window...
---code---

Scilab crashes and leaves the following dump:

---dump---
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0189ec37, pid=10162, tid=39242608
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK Server VM (16.0-b13 mixed mode linux-x86 )
# Derivative: IcedTea6 1.8
# Distribution: Ubuntu 10.04.1 LTS, package 6b18-1.8-4ubuntu3
# Problematic frame:
# C  [libjava.so+0x13c37]  JNU_CallStaticMethodByName+0x47
#
# An error report file with more information is saved as:
# /home/mmaniak/Desktop/hs_err_pid10162.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
Aborted
---dump---

Using Ubuntu 10.04, OpenCV 2.0 (compiled from source, as the Ubuntu packages provide an OpenCV version that is too old for SIVP and OpenCV 2.1 does not yet work with SIVP) and Tcl/Tk 8.5.8.

BTW: there's an error in the path concatenation of the imshow.sci script (a missing slash on line 53, should be 
"TCL_EvalFile(getSIVPpath() +'/macros/imshow.tcl' );" ). Then do exec('builder.sce') again to incorporate the changes.

Can someone confirm this bug?

Regards,
Peter





Follow ups

References