i-rinat / freshplayerplugin

ppapi2npapi compatibility layer
MIT License
727 stars 52 forks source link

midori crash,but i think freshplayerplugin also is related. #319

Closed kuh3h3 closed 8 years ago

kuh3h3 commented 8 years ago

i reported this error to midori bug launchpad . https://bugs.launchpad.net/midori/+bug/1563730

and attached full midori crash log. https://launchpadlibrarian.net/250815531/fuul-midori-crash.log

i-rinat commented 8 years ago

The log file have backtrace in it. (There is a code in freshplayerplugin that calls gdb to collect backtrace if process crashes.) And that backtrace points somewhere into libjavascriptcoregtk-1.0.so.0.

Of course, there are memory corruption type of errors which are hideous, since place where error happened usually relatively far from the crash point. So it could be that freshplayerplugin causes the crash. Although it's highly unlikely, since Javascript engine allocates own memory block.

However there is no way to confirm or to refute.

kuh3h3 commented 8 years ago

you are right. so i reported this error to webkit bugziila with more detailed midori-webkitgtk-javascript-crash.txt log.

https://bugs.webkit.org/show_bug.cgi?id=156132

i-rinat commented 8 years ago

I don't think I can do anything about that crash, unless there is a stable way to reproduce it. There is no much sense in keeping this issue open.