Bug#487745: epiphany-webkit: crashes on startup

2008-06-27 Thread Axel Beckert
Hi, On Fri, Jun 27, 2008 at 12:25:08AM +0200, Mike Hommey wrote: With the attached patch, it now should at least start and display some stuff. Yeah, that one (minus one backslash) fixed it! :-) There may still be issues, though. Shows the Debian homepage without problems. I though found

Bug#487745: epiphany-webkit: crashes on startup

2008-06-26 Thread Mike Hommey
On Wed, Jun 25, 2008 at 01:32:44PM +0200, Axel Beckert wrote: Hi, On Wed, Jun 25, 2008 at 01:08:29PM +0200, Mike Hommey wrote: Could you put the built package (including the -dbg pacakge) somewhere to be downloaded ? The files are available at http://noone.org/debian/Bug-Reports/.

Bug#487745: epiphany-webkit: crashes on startup

2008-06-26 Thread Mike Hommey
-// FIXME: Nothing guarantees this buffer is appropriately aligned to hold objects of type T. -char m_inlineBuffer[m_inlineBufferSize]; +uuint64_t m_inlineBuffer[(m_inlineBufferSize + sizeof(uint64_t) - 1) / sizeof(uint64_t)]; This should be uint64_t, not uuint64_t.

Bug#487745: epiphany-webkit: crashes on startup

2008-06-26 Thread Axel Beckert
Hi, JFYI: On Fri, Jun 27, 2008 at 12:25:08AM +0200, Mike Hommey wrote: +/* PLATFORM(SPARC) */ +#if defined(__sparc__) \ + || defined(__sparc) \ +#define WTF_PLATFORM_SPARC 1 The last backslash is one too many. Removed it. Otherwise it FTBFS quite early. Still compiles, probably yet

Bug#487745: epiphany-webkit: crashes on startup

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 09:40:50AM +0200, Axel Beckert [EMAIL PROTECTED] wrote: Hi Mike, On Wed, Jun 25, 2008 at 07:16:56AM +0200, Mike Hommey wrote: Can you try again with this new patch (attached) ? (I just hope you still have the build tree... then please use the -nc option to

Bug#487745: epiphany-webkit: crashes on startup

2008-06-25 Thread Axel Beckert
Hi, On Wed, Jun 25, 2008 at 10:06:39AM +0200, Mike Hommey wrote: Can you try again with this new patch (attached) ? (I just hope you still have the build tree... then please use the -nc option to dpkg-buildpackage, so that you don't waste another 4.5 hours) [...] Unapply the previous

Bug#487745: epiphany-webkit: crashes on startup

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 10:58:11AM +0200, Axel Beckert [EMAIL PROTECTED] wrote: Hi, On Wed, Jun 25, 2008 at 10:06:39AM +0200, Mike Hommey wrote: Can you try again with this new patch (attached) ? (I just hope you still have the build tree... then please use the -nc option to

Bug#487745: epiphany-webkit: crashes on startup

2008-06-25 Thread Axel Beckert
Hi Mike. On Wed, Jun 25, 2008 at 11:08:41AM +0200, Mike Hommey wrote: Can you change line 1829 in JavaScriptCore/wtf/FastMalloc.cpp to look like: uint64_t* m_memory; Now it built successfully. But unfortunately I still get a SIGBUGS, although it looks like some other place than before to

Bug#487745: epiphany-webkit: crashes on startup

2008-06-25 Thread Julien Cristau
On Wed, Jun 25, 2008 at 12:04:18 +0200, Axel Beckert wrote: Program received signal SIGBUS, Bus error. [Switching to Thread 0xf6eaa730 (LWP 32039)] 0xf79b1730 in WTF::HashSetWebCore::StringImpl*, WebCore::StringHash, WTF::HashTraitsWebCore::StringImpl* ::addWebCore::UCharBuffer,

Bug#487745: epiphany-webkit: crashes on startup

2008-06-25 Thread Mike Hommey
On Wed, Jun 25, 2008 at 12:58:42PM +0200, Axel Beckert [EMAIL PROTECTED] wrote: On Wed, Jun 25, 2008 at 12:17:58PM +0200, Julien Cristau wrote: This will probably fix it Seems to have fixed that one. Here's the next backtrace: Could you put the built package (including the -dbg pacakge)

Bug#487745: epiphany-webkit: crashes on startup

2008-06-25 Thread Axel Beckert
On Wed, Jun 25, 2008 at 12:17:58PM +0200, Julien Cristau wrote: This will probably fix it Seems to have fixed that one. Here's the next backtrace: $ gdb epiphany-webkit GNU gdb 6.7.1-debian Copyright (C) 2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Bug#487745: epiphany-webkit: crashes on startup

2008-06-25 Thread Axel Beckert
Hi, On Wed, Jun 25, 2008 at 01:08:29PM +0200, Mike Hommey wrote: Could you put the built package (including the -dbg pacakge) somewhere to be downloaded ? The files are available at http://noone.org/debian/Bug-Reports/. The .diff.gz and .dsc still were from from yesterday and therefore

Bug#487745: epiphany-webkit: crashes on startup

2008-06-24 Thread Mike Hommey
(Cc'ing debian-sparc to get some informed opinion from there) On Tue, Jun 24, 2008 at 03:02:38AM +0200, Sune Vuorela wrote: [cutting a bit from different messages] On Tuesday 24 June 2008 01:33:36 Axel Beckert wrote: One note though: Since I found the very same issue also with

Bug#487745: epiphany-webkit: crashes on startup

2008-06-24 Thread Mike Hommey
On Tue, Jun 24, 2008 at 08:20:12AM +0200, Mike Hommey wrote: It could make sense, if sparc needs this uint64_t to be 64-bit aligned. And it looks like so: (gdb) print $pc $1 = (void (*)(void)) 0xf7e3b880 WTF::TCMalloc_PageHeap::GrowHeap(unsigned int)+104 (gdb) disassemble $pc $npc Dump

Bug#487745: epiphany-webkit: crashes on startup

2008-06-24 Thread Sjoerd Simons
On Tue, Jun 24, 2008 at 08:44:23AM +0200, Mike Hommey wrote: Or maybe something like this: diff --git a/JavaScriptCore/wtf/FastMalloc.cpp b/JavaScriptCore/wtf/FastMalloc.cpp index 8afc70d..496d1ee 100644 --- a/JavaScriptCore/wtf/FastMalloc.cpp +++ b/JavaScriptCore/wtf/FastMalloc.cpp @@

Bug#487745: epiphany-webkit: crashes on startup

2008-06-24 Thread Mike Hommey
On Tue, Jun 24, 2008 at 09:15:03AM +0100, Sjoerd Simons [EMAIL PROTECTED] wrote: On Tue, Jun 24, 2008 at 08:44:23AM +0200, Mike Hommey wrote: Or maybe something like this: diff --git a/JavaScriptCore/wtf/FastMalloc.cpp b/JavaScriptCore/wtf/FastMalloc.cpp index 8afc70d..496d1ee 100644

Bug#487745: epiphany-webkit: crashes on startup

2008-06-24 Thread Mike Hommey
On Mon, Jun 23, 2008 at 11:00:38PM +0200, Axel Beckert wrote: Package: epiphany-webkit Version: 2.22.1.1-1 Severity: grave When I try to start epiphany-webkit (first use, no stored session or requested a new one), it crashes with SIGBUS. epiphany-gecko works fine, though. Could you try to

Bug#487745: epiphany-webkit: crashes on startup

2008-06-24 Thread Axel Beckert
Hi Mike, On Tue, Jun 24, 2008 at 09:17:53PM +0200, Mike Hommey wrote: When I try to start epiphany-webkit (first use, no stored session or requested a new one), it crashes with SIGBUS. epiphany-gecko works fine, though. Could you try to rebuild webkit with the attached patch applied, and

Bug#487745: epiphany-webkit: crashes on startup

2008-06-24 Thread Mike Hommey
On Wed, Jun 25, 2008 at 02:22:16AM +0200, Axel Beckert wrote: Hi Mike, On Tue, Jun 24, 2008 at 09:17:53PM +0200, Mike Hommey wrote: When I try to start epiphany-webkit (first use, no stored session or requested a new one), it crashes with SIGBUS. epiphany-gecko works fine, though.

Bug#487745: epiphany-webkit: crashes on startup

2008-06-23 Thread Axel Beckert
Package: epiphany-webkit Version: 2.22.1.1-1 Severity: grave When I try to start epiphany-webkit (first use, no stored session or requested a new one), it crashes with SIGBUS. epiphany-gecko works fine, though. Started it remotely via ssh from an Etch amd64 installation. Used openssh-client from

Bug#487745: epiphany-webkit: crashes on startup

2008-06-23 Thread Axel Beckert
Hi, Sorry for the incomplete bug report. Find the reminder attached to the end of this mail. One note though: Since I found the very same issue also with kazehakase-webkit (but not kazehakase-gecko), midori and arora on Sparc, the issue maybe somewhere in webkit itself instead of epiphany.

Bug#487745: epiphany-webkit: crashes on startup

2008-06-23 Thread Julien Cristau
On Mon, Jun 23, 2008 at 23:00:38 +0200, Axel Beckert wrote: gdb epiphany-webkit GNU gdb 6.7.1-debian Copyright (C) 2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute

Bug#487745: epiphany-webkit: crashes on startup

2008-06-23 Thread Axel Beckert
Hi, On Tue, Jun 24, 2008 at 01:43:47AM +0200, Julien Cristau wrote: You should install libwebkit-1.0-1-dbg. Thanks for the hint. So here's a better backtrace: Program received signal SIGBUS, Bus error. [Switching to Thread 0xf6eba730 (LWP 17762)] WTF::TCMalloc_PageHeap::GrowHeap

Bug#487745: epiphany-webkit: crashes on startup

2008-06-23 Thread Sune Vuorela
[cutting a bit from different messages] On Tuesday 24 June 2008 01:33:36 Axel Beckert wrote: One note though: Since I found the very same issue also with kazehakase-webkit (but not kazehakase-gecko), midori and arora on Sparc, the issue maybe somewhere in webkit itself instead of epiphan