Re: Work on floats
Johannes Hofmann <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jan 23, 2016 at 02:45:31PM +0100, Sebastian Geerken wrote: > > On Sat, Jan 16, 2016 at 10:10:57PM +0100, Alexander Voigt wrote: > > > when I open my bookmarks site (dpi:/bm/) and move the mouse down over > > > some of my bookmark links, dillo crashes. I'm using commit > > > 4494:4f99dafc3e50. > > On Sa, Jan 16, 2016, Johannes Hofmann wrote: > > I can reproduce this with left mouse button pressed and moving > > around on bookmarks page. Here is my backtrace: > > > > 0x0000000800e07fc8 in kill () from /lib/libc.so.8 > > (gdb) bt > > #0 0x0000000800e07fc8 in kill () from /lib/libc.so.8 > > #1 0x0000000800868e89 in raise () from /usr/lib/libpthread.so.0 > > #2 0x0000000800e9b5f0 in abort () from /lib/libc.so.8 > > #3 0x00000000004276e3 in lout::misc::assertNotReached () at ../lout/misc.hh:38 > > #4 0x000000000044fde5 in dw::oof::OOFAwareWidget::getWidgetAtPointLevel ( > > this=<optimized out>, x=<optimized out>, y=<optimized out>, level=<optimized out>, > > context=<optimized out>) at oofawarewidget.cc:496 > > #5 0x000000000044fc68 in dw::oof::OOFAwareWidget::getWidgetAtPoint (this=0x801051f00, x=548, > > y=2569, context=0x7ffffffff000) at oofawarewidget.cc:465 > > #6 0x0000000000460a3e in dw::Textblock::getWidgetAtPointLevel (this=0x801863d80, x=548, > > ---Type <return> to continue, or q <return> to quit--- > > , level=<optimized out>, context=0x7ffffffff000) at textblock.cc:2823 > > For strange reasons, bookmarks do not work for me (I'll start another > thread). However, most probably this bug has been just fixed. Please > test again. Cool, seems to be fixed! Johannes