简体   繁体   中英

Ruby/Watir - segfault on browser.close

My PC has been randomly locking up lately, and while debugging I found an issue with my Ruby/Watir project. Each time the browser.close function is called, the following occurs in dmesg (slightly different each time):

[12614.684243] Chrome_~dThread[29941]: segfault at 0 ip 00007f17889b3992 sp 00007f1786aa0b00 error 6 in libxul.so[7f1787b6a000+519c000]

I'm not sure if this is causing my PC to lock up, however it still needs resolving. I've done some searching but I can't find anyone else with this issue. The issue also appears if I ctrl + c the script.

Error 6 is: The cause was a user-mode write resulting in no page being found. , which makes sense if I've closed the browser.

I've read the answer on this page , but as libxul.so is a library it didn't help much (although offered me a better understanding of debugging segfaults!).

For those looking due to the linux/segfault tag rather than ruby/watir, browser.close is a builtin function in the Watir package.

Edit:

  • Although it says 'Chrome', the issue actually comes from FireFox
  • I don't get the issue in any other browser
  • libxul.so is found in /usr/lib/firefox/

这实际上是PC硬件问题的结果,直到很久以后才出现。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM