Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.0.0 Beta 1, 5.0.0 Beta 2
-
None
Description
I'm building QT5 for ARMV7/directfb platform.
Running the following command line:
$QT-PATH/examples/qtwebkit-examples-and-demos/browser/browser -platform directfb http://www.google.com
I'm able to go throw the menu only for the first time.
The browser is no more responding.
When I attach the process to gdb, I have the following back trace:
Loaded symbols for /lib/libnss_files.so.2
Reading symbols from /lib/libnss_dns.so.2...Reading symbols from /usr/lib/debug/lib/libnss_dns-2.10.2.so.debug...done.
done.
Loaded symbols for /lib/libnss_dns.so.2
0x72dc0de0 in __poll (fds=0x1f3b1a0, nfds=1, timeout=5) at ../sysdeps/unix/sysv/linux/poll.c:87
87 ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
in ../sysdeps/unix/sysv/linux/poll.c
(gdb) bt
#0 0x72dc0de0 in __poll (fds=0x1f3b1a0, nfds=1, timeout=5) at ../sysdeps/unix/sysv/linux/poll.c:87
#1 0x70f64c40 in g_main_context_iterate.isra.18 () from /usr/lib/libglib-2.0.so.0
#2 0x70f64c40 in g_main_context_iterate.isra.18 () from /usr/lib/libglib-2.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
I observed the same issue when building QT-5 for x86/directfb.