After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 616756 - Epiphany crashes whenever a site using java is opened
Epiphany crashes whenever a site using java is opened
Status: RESOLVED DUPLICATE of bug 617475
Product: epiphany
Classification: Core
Component: General
2.30.x
Other Linux
: High critical
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-25 09:33 UTC by Michael Kopp
Modified: 2010-05-04 09:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace of epiphany's crash when displaying sites with java (7.31 KB, text/plain)
2010-04-25 09:33 UTC, Michael Kopp
Details
backtrace details epiphany (8.40 KB, text/plain)
2010-04-25 16:03 UTC, jorchube
Details
backtrace 2 of epiphany's crash when displaying sites with java (7.31 KB, text/plain)
2010-04-25 18:51 UTC, Michael Kopp
Details
output of program surf as it died the same way like epiphany (7.15 KB, text/plain)
2010-05-02 16:37 UTC, Michael Kopp
Details

Description Michael Kopp 2010-04-25 09:33:08 UTC
Created attachment 159503 [details]
backtrace of epiphany's crash when displaying sites with java

Overview/Steps to reproduce:
When I open a site like google.de it is displayed correctyl but when I enter a site using java (e.g. www.klack.de) epiphany displays the site correctly and then (about a tenth of a second the site is displayed) crashes.

I _think_ this bug appeared only after I upgraded to Kernel 2.6.33 -- but I'm not sure about since on that occasion I upgraded several other packages, too.

Actual Results:
When I ran epiphany from the console it gives me a Backtrace (see attachment) and after the next prompt it saies ``java version "1.6.0_18"''.

Expected Results: 
The site should be displayed...

Build Date:
Version              : 2.30.2-1
Created              : Fr 09 Apr 2010 11:40:23 CEST
Installiert          : Mo 19 Apr 2010 13:18:46 CEST

Platform:
uname -a gives:
Linux deskskunk 2.6.33-ARCH #1 SMP PREEMPT Mon Apr 5 05:57:38 UTC 2010 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ AuthenticAMD GNU/Linux
Comment 1 Reinout van Schouwen 2010-04-25 15:45:41 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so and reopen this bug or report a new one. Thanks in advance!
Comment 2 jorchube 2010-04-25 16:03:23 UTC
Created attachment 159515 [details]
backtrace details epiphany
Comment 3 jorchube 2010-04-25 16:05:34 UTC
Comment on attachment 159515 [details]
backtrace details epiphany

Here is the exit of bug buddy with the debug symbols (or thats what I hope... is the firs time I try to do it)
Comment 4 Michael Kopp 2010-04-25 18:51:40 UTC
Created attachment 159528 [details]
backtrace 2 of epiphany's crash when displaying sites with java
Comment 5 Michael Kopp 2010-04-25 18:54:07 UTC
I now compiled epiphany again -- this time from source -- and added the `-g' flag to CFLAGS and CXXFLAGS and disabled stripping. Yet the output is quite similar to the one I have already submitted.

I also installed bug-buddy but it did not want do tell me anything since I am not running a GNOME desktop...
Comment 6 Reinout van Schouwen 2010-04-26 10:23:54 UTC
Sorry but the stack trace does still not contain debug information, as far as I can see. Are you sure you launched the version you compiled yourself and not the version that is installed on the system (it could be still running in the background)?
Comment 7 Michael Kopp 2010-04-26 16:22:21 UTC
Yes, I am sure: I deinstalled the old version before. 

Here are the compile/install-steps:

  $ export CFLAGS="$CFLAGS -g"
  $ export CXXFLAGS="$CXXFLAGS -g"
  $ ./configure --prefix=/usr --sysconfdir=/etc \
      --localstatedir=/var \
      --disable-scrollkeeper \
      --enable-network-manager --enable-seed
  $ make
  $ make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="~/tmp" install 

  $ install -m755 -d "~/tmp/usr/share/gconf/schemas"
  $ gconf-merge-schema "~/tmp/usr/share/gconf/schemas/epiphany.schemas" --domain epiphany ~/tmp/etc/gconf/schemas/*.schemas
  $ rm -f ~/tmp/etc/gconf/schemas/*.schemas

with 

CFLAGS="-march=i686 -mtune=generic -O2 -pipe"
CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe"

then the files are put into the real direcotries (/usr/ etc) by root. Shall I try again with ./configure --enable-debug?
Comment 8 Michael Kopp 2010-04-26 16:46:23 UTC
I tried it again -- with added `--enable-debug' -- and nothing new... 

I'm sorry; I really try to help.
Comment 9 Michael Kopp 2010-05-02 16:35:49 UTC
I now tried some more browsers, and it might be interesting, that other ones, like _surf_, and _aurora_ crashed the same way. I appendet a `log' of surf; it looks quite similar to me...
Comment 10 Michael Kopp 2010-05-02 16:37:29 UTC
Created attachment 160155 [details]
output of program surf as it died the same way like epiphany
Comment 11 Reinout van Schouwen 2010-05-03 09:20:04 UTC
Could this be related to the OpenJDK version?
Bug 617475 appears to be similar.
Comment 12 Michael Kopp 2010-05-03 17:39:00 UTC
Jap; I did also downgrade my openJDK from `openjdk6 6.b18_1.8-1' to `openjdk6 6.b17_1.7.3-1' and now everything works fine again.

The browsers I tested and which crashed as well all used webkit (epiphany, arora, surf) -- the ones without webkit did work fine.

I think this bug is identical to 617475 ...
Comment 13 Reinout van Schouwen 2010-05-04 09:16:56 UTC

*** This bug has been marked as a duplicate of bug 617475 ***