iAnish / openhab

Automatically exported from code.google.com/p/openhab
GNU General Public License v3.0
0 stars 0 forks source link

openhab designer crashing while startup #444

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. starting openHABdesigner on fedora19 jre build 1.7.0_40-b43

What is the expected output? What do you see instead?

A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000350cc6d9c1, pid=7503, tid=140171120228096
#
# JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6d9c1]  soup_session_feature_detach+0x11

What version of the product are you using? On what operating system?

openhab 1.3 fedora 19 jre 1.7

Please provide any additional information below.

openhab runtime is doing just fine!

Original issue reported on code.google.com by fraem...@gmail.com on 12 Sep 2013 at 6:42

Attachments:

GoogleCodeExporter commented 9 years ago
Seems to be a known bug of Eclipse 4.2: 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776
Is fixed in Eclipse 4.3, so for openHAB this depends on issue 367.

Could you try the mentioned workaround (adding 
-Dorg.eclipse.swt.browser.DefaultType=mozilla to openHAB-Designer.ini)?

Original comment by kai.openhab on 12 Sep 2013 at 6:58

GoogleCodeExporter commented 9 years ago
Great! That worked like a charm!

Thanks!

Original comment by fraem...@gmail.com on 14 Sep 2013 at 9:27

GoogleCodeExporter commented 9 years ago
Thanks for the feedback! Problem is now fixed with changeset 
https://code.google.com/p/openhab/source/detail?r=eb0803f4d7f404c22e3f7d1e0a6d7e
6d99ac0884&name=1.3.1

Original comment by kai.openhab on 14 Sep 2013 at 9:36

GoogleCodeExporter commented 9 years ago
FYI - This workaround is still seemingly required in v1.6.1 (64 bit) designer.  
I'm running Ubuntu Desktop 14.10, full details of 'java -v' are as follows:

Java version "1.7.0_72"
Java(TM) SE Runtime Environment (build 1.7.0_72-b14)
Java HotSpot(TM) 64-Bit Server VM (build 24.72-b04, mixed mode)

Original comment by d0t101...@gmail.com on 1 Dec 2014 at 3:13