mt-from-sf-to-gh / bugs

0 stars 0 forks source link

Mytourbook crashes on Kubuntu 13.10 #84

Closed mt-from-sf-to-gh closed 2 years ago

mt-from-sf-to-gh commented 10 years ago

Hello,

after the update of kubuntu to 13.10 Mytourbook is starting up, but it will crash after doing a few clicks on the user interface.

I confirmed the behaviour on a fresh installed Kubuntu 13.10. (32 bit) On a fresh install of Ubuntu 13.10 (32 bit) Mytourbook is running fine.

This is the output of the Console:


23:42:51,565  INFO SettingsFactory:328 - Named query checking : enabled
23:42:51,584  INFO SessionFactoryImpl:193 - building session factory
23:42:51,889  INFO SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured
Application Started: 5423
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb2bbb7fb, pid=7267, tid=3076425408
#
# JRE version: 7.0_25-b30
# Java VM: OpenJDK Client VM (23.7-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libgtk-x11-2.0.so.0+0x2677fb]  gtk_widget_get_tooltip_text+0x2b
#
# 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/florian/garmin/MyTourbook/mytourbook/hs_err_pid7267.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped)
```~~~

Best regards

  Florian

Reported by: florian96

Original Ticket: [mytourbook/bugs/80](https://sourceforge.net/p/mytourbook/bugs/80)
mt-from-sf-to-gh commented 10 years ago

Do the fresh installed Ubuntu have a newer JVM version?

Can you attach this file: /home/florian/garmin/MyTourbook/mytourbook/hs_err_pid7267.log

Original comment by: wolfgang-ch

mt-from-sf-to-gh commented 10 years ago

Hello,

On the Kubuntu machine "java -version" delivers the following:

florian@florian-Desktop:~/garmin/MyTourbook/mytourbook$ java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.12) (7u25-2.3.12-4ubuntu3)
OpenJDK Server VM (build 23.7-b01, mixed mode)

On the (virtual) Ubuntu Machine I get the following:

florian@florian-VirtualBox:~$ java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.12) (7u25-2.3.12-4ubuntu3)
OpenJDK Client VM (build 23.7-b01, mixed mode, sharing)

So it basically looks the same to me.

Best regards Florian

Original comment by: florian96

mt-from-sf-to-gh commented 10 years ago

The location where the crash occures is in a absolute "normal" method "setToolTipText" which only sets static text into a UI control. So I think, it is crashing here but the reason why it is crashing must be somewhere else.

When you say "On a fresh install of Ubuntu 13.10 (32 bit) Mytourbook is running fine.", is MyTourbook a new installation or is it running with your old data?

Original comment by: wolfgang-ch

mt-from-sf-to-gh commented 10 years ago

Hello,

I did the fresh install of Ubuntu and Kubuntu in a virtual machine and had MyTourbook create its own new set of data. (~/.mytourbook did not exist) so no old data present.

Original comment by: florian96

mt-from-sf-to-gh commented 10 years ago

Hi,

I have experienced what appears to be the same problem in Kubuntu 13.10. MyTourbook loads after initial install and allows User name and units of measure to be updated, but crashes when data is loaded. Output from -debug and -consolelog attached along with Java error log.

Original comment by: lawksalordy

mt-from-sf-to-gh commented 10 years ago

Hello again,

Some more investigation led me to the Java error log which indicated that the problematic frame was "# C [libgobject-2.0.so.0+0x16bfe] g_object_get_qdata+0x1e". A search led me to a bug in KDE Application Appearance settings that seems to cause Eclipse to fail. See:

https://bugs.kde.org/show_bug.cgi?id=324438 and https://bugs.kde.org/show_bug.cgi?id=329814

After changing Computer > System Settings > Application Appearance > Style > Widget Style > to "Plastique" and Computer > System Settings > Application Appearance > GTK > Select a GTK2 Theme > to from "oxygen-gtk" to "Raleigh" MyTourbook executes normally.

Ron

Original comment by: lawksalordy

mt-from-sf-to-gh commented 10 years ago

It's good to here that there is a workaround, I already discovered that it crashes in an eclipse internal method and not in a MyTourbook method.

Stack: [0xbf7c8000,0xbf818000],  sp=0xbf8147b0,  free space=305k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libgobject-2.0.so.0+0x16bfe]  g_object_get_qdata+0x1e
j  org.eclipse.swt.internal.gtk.OS._g_object_get_qdata(II)I+0
j  org.eclipse.swt.internal.gtk.OS.g_object_get_qdata(II)I+9
j  org.eclipse.swt.widgets.Display.removeWidget(I)Lorg/eclipse/swt/widgets/Widget;+17
j  org.eclipse.swt.widgets.Combo.deregister()V+57
j  org.eclipse.swt.widgets.Widget.releaseWidget()V+1
j  org.eclipse.swt.widgets.Control.releaseWidget()V+1
j  org.eclipse.swt.widgets.Composite.releaseWidget()V+1

Original comment by: wolfgang-ch

mt-from-sf-to-gh commented 10 years ago

Original comment by: wolfgang-ch

mt-from-sf-to-gh commented 10 years ago

It's not crashing with a workaround

Original comment by: wolfgang-ch

mt-from-sf-to-gh commented 10 years ago

Hi Wolfgang,

Glad that this work around helps. Thanks for MyTourbook - a great application that I will use a lot (when I figure how it works!)

Regards,

Ron On 19/02/14 17:00, Wolfgang wrote:

It's good to here that there is a workaround, I already discovered that it crashes in an eclipse internal method and not in a MyTourbook method.

Stack: [0xbf7c8000,0xbf818000], sp=0xbf8147b0, free space=305k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libgobject-2.0.so.0+0x16bfe] g_object_get_qdata+0x1e j org.eclipse.swt.internal.gtk.OS._g_object_get_qdata(II)I+0 j org.eclipse.swt.internal.gtk.OS.g_object_get_qdata(II)I+9 j org.eclipse.swt.widgets.Display.removeWidget(I)Lorg/eclipse/swt/widgets/Widget;+17 j org.eclipse.swt.widgets.Combo.deregister()V+57 j org.eclipse.swt.widgets.Widget.releaseWidget()V+1 j org.eclipse.swt.widgets.Control.releaseWidget()V+1 j org.eclipse.swt.widgets.Composite.releaseWidget()V+1

[bugs:#80] http://sourceforge.net/p/mytourbook/bugs/80/ Mytourbook crashes on Kubuntu 13.10

Status: open Labels: Kubuntu 13.10 Created: Sun Nov 10, 2013 10:59 PM UTC by Florian Steiper Last Updated: Tue Feb 18, 2014 10:19 PM UTC Owner: nobody

Hello,

after the update of kubuntu to 13.10 Mytourbook is starting up, but it will crash after doing a few clicks on the user interface.

I confirmed the behaviour on a fresh installed Kubuntu 13.10. (32 bit) On a fresh install of Ubuntu 13.10 (32 bit) Mytourbook is running fine.

This is the output of the Console:

23:42:51,565 INFO SettingsFactory:328 - Named query checking : enabled 23:42:51,584 INFO SessionFactoryImpl:193 - building session factory 23:42:51,889 INFO SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured Application Started: 5423 #

A fatal error has been detected by the Java Runtime Environment:

#

SIGSEGV (0xb) at pc=0xb2bbb7fb, pid=7267, tid=3076425408

#

JRE version: 7.0_25-b30

Java VM: OpenJDK Client VM (23.7-b01 mixed mode, sharing linux-x86 )

Problematic frame:

C [libgtk-x11-2.0.so.0+0x2677fb] gtk_widget_get_tooltip_text+0x2b

#

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/florian/garmin/MyTourbook/mytourbook/hs_err_pid7267.log

#

If you would like to submit a bug report, please include

instructions on how to reproduce the bug and visit:

https://bugs.launchpad.net/ubuntu/+source/openjdk-7/

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

# Aborted (core dumped)

Best regards

Florian


Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/mytourbook/bugs/80/

To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

Original comment by: lawksalordy