Sebastian Geerken
2014-09-10 12:28:12 UTC
Hi!
I noticed that the current tip of dillo hangs in most cases when
displaying <http://www.dillo.org/>. I succeeded to reproduce this bug
in gdb, but get many "<optimized out>" values. So I tried to reduce
optimization, but unfortunately had problems reproducing this bug:
- "-O2" (standard): reproducable both stand-alone and in gdb;
- "-O1": reproducable stand-alone, but not in gdb;
- "-O0": not reproducable at all.
Versions envolved:
$ gcc --version
gcc (Debian 4.7.2-5) 4.7.2
$ gdb --version
GNU gdb (GDB) 7.4.1-debian
Any ideas?
Sebastian
I noticed that the current tip of dillo hangs in most cases when
displaying <http://www.dillo.org/>. I succeeded to reproduce this bug
in gdb, but get many "<optimized out>" values. So I tried to reduce
optimization, but unfortunately had problems reproducing this bug:
- "-O2" (standard): reproducable both stand-alone and in gdb;
- "-O1": reproducable stand-alone, but not in gdb;
- "-O0": not reproducable at all.
Versions envolved:
$ gcc --version
gcc (Debian 4.7.2-5) 4.7.2
$ gdb --version
GNU gdb (GDB) 7.4.1-debian
Any ideas?
Sebastian