You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on a Raspberry Pi 3A, midori crashes on a trivial bit of HTML that tries to display an image file.
I've just clone the current version and compiled it, and that works OK. I apologise for not knowing what
to add, other than /etc/issue says 'Raspian GNU/Linux 10', and
dpkg -l midori says 'ii midori 7.0-2 armhf '
I have coredump file and running gdb gives:
Reading symbols from midori...(no debugging symbols found)...done.
[New LWP 1197]
[New LWP 1203]
[New LWP 1205]
[New LWP 1198]
[New LWP 1215]
[New LWP 1213]
[New LWP 1204]
[New LWP 1216]
[New LWP 1207]
[New LWP 1199]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Core was generated by `midori -a test.html'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x76ea9080 in ?? () from /usr/lib/libmidori-core.so.0
[Current thread is 1 (Thread 0x6ee63cc0 (LWP 1197))]
the file that crashes is minimal: test.txt
(it is html, but git doesn't like that file type)
The text was updated successfully, but these errors were encountered:
Running on a Raspberry Pi 3A, midori crashes on a trivial bit of HTML that tries to display an image file.
I've just clone the current version and compiled it, and that works OK. I apologise for not knowing what
to add, other than /etc/issue says 'Raspian GNU/Linux 10', and
dpkg -l midori says 'ii midori 7.0-2 armhf '
I have coredump file and running gdb gives:
Reading symbols from midori...(no debugging symbols found)...done.
[New LWP 1197]
[New LWP 1203]
[New LWP 1205]
[New LWP 1198]
[New LWP 1215]
[New LWP 1213]
[New LWP 1204]
[New LWP 1216]
[New LWP 1207]
[New LWP 1199]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Core was generated by `midori -a test.html'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x76ea9080 in ?? () from /usr/lib/libmidori-core.so.0
[Current thread is 1 (Thread 0x6ee63cc0 (LWP 1197))]
the file that crashes is minimal:
test.txt
(it is html, but git doesn't like that file type)
The text was updated successfully, but these errors were encountered: