On Fri, Oct 17, 2008 at 04:10:08PM +0100, Dave Williams wrote: > Konqueror crashes when ever i try to visit my 'My Ebay' page on the UK > version > of EBay (http://www.ebay.co.uk). It loads the login page fine, but once i've > clicked the 'sign in' button, the status bar does a bit of stuff that looks > like it's trying to load the page, then konqueror dies, emitting signal 8 > (SIGFPE). > > I'm running debian testing with everything up-to-date from the repositories > at > the time of writing (17th october 2008).
Could you try the untested kdelibs patch below? --- kdelibs-3.5.9.dfsg.1/khtml/rendering/table_layout.cpp.orig 2008-10-17 20:01:52.000000000 +0200 +++ kdelibs-3.5.9.dfsg.1/khtml/rendering/table_layout.cpp 2008-10-17 20:02:10.000000000 +0200 @@ -296,7 +296,7 @@ qDebug("FixedTableLayout::layout: assigning percent width, base=%d, totalPercent=%d", base, totalPercent); #endif for ( int i = 0; available > 0 && i < nEffCols; i++ ) { - if ( width[i].isPercent() ) { + if ( width[i].isPercent() && totalPercent ) { int w = base * width[i].value() / totalPercent; available -= w; calcWidth[i] = w; Cheers, Moritz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]