Page MenuHomePhabricator
Paste P6773

T185561 gdb-ing
ActivePublic

Authored by zhuyifei1999 on Mar 1 2018, 10:39 PM.
Tags
None
Referenced Files
F14226288: T185561 gdb-ing
Mar 1 2018, 10:39 PM
Subscribers
None
zhuyifei1999@zhuyifei1999-ThinkPad-X260:~/T185561test$ sudo gdb python3 -p 778
[sudo] password for zhuyifei1999:
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python3...Reading symbols from /usr/lib/debug/.build-id/59/a8ef36ca241df24686952480966d7bc0d7c6ea.debug...done.
done.
Attaching to program: /usr/bin/python3, process 778
[New LWP 2775]
[New LWP 2776]
[New LWP 2778]
[New LWP 2779]
[New LWP 2781]
[New LWP 2782]
[New LWP 2783]
[New LWP 2784]
[New LWP 2785]
[New LWP 2786]
[New LWP 2787]
[New LWP 2790]
[New LWP 2791]
[New LWP 2792]
[New LWP 2793]
[New LWP 2794]
[New LWP 2799]
[New LWP 2800]
[New LWP 2801]
[New LWP 2802]
[New LWP 2803]
[New LWP 2805]
[New LWP 2806]
[New LWP 2807]
[New LWP 2808]
[New LWP 2809]
[New LWP 2810]
[New LWP 2811]
[New LWP 2812]
[New LWP 2813]
[New LWP 2816]
[New LWP 2817]
[New LWP 2818]
[New LWP 2824]
[New LWP 2825]
[New LWP 2826]
[New LWP 2828]
[New LWP 2829]
[New LWP 2830]
[New LWP 2831]
[New LWP 2832]
[New LWP 2833]
[New LWP 2834]
[New LWP 2835]
[New LWP 2847]
[New LWP 2848]
[New LWP 2849]
[New LWP 2850]
[New LWP 2861]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f073d9965d3 in select () at ../sysdeps/unix/syscall-template.S:84
84 ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) py-bt
Traceback (most recent call first):
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 900, in treat_page
time.sleep(config.retry_wait)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pywikibot/bot.py", line 1663, in treat
self.treat_page()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pywikibot/bot.py", line 1740, in treat
super(ExistingPageBot, self).treat(page)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pywikibot/bot.py", line 1449, in run
self.treat(page)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 1013, in main
bot.run()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 1051, in <module>
main()
<built-in method exec of module object at remote 0x7f073e0655e8>
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pwb.py", line 120, in run_python_file
main_mod.__dict__)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pwb.py", line 257, in main
run_python_file(filename, [filename] + args, argvu, file_package)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pwb.py", line 264, in <module>
if not main():
(gdb) thread apply all py-bt
Thread 50 (Thread 0x7f069d7fa700 (LWP 2861)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07311be828>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 49 (Thread 0x7f06fdffb700 (LWP 2850)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047ee40>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 48 (Thread 0x7f06bcff9700 (LWP 2849)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047ed78>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
---Type <return> to continue, or q <return> to quit---
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 47 (Thread 0x7f06bffff700 (LWP 2848)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8698>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 46 (Thread 0x7f06ddffb700 (LWP 2847)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8788>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 45 (Thread 0x7f0721ffb700 (LWP 2835)):
---Type <return> to continue, or q <return> to quit---
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f0730430a08>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 44 (Thread 0x7f069b7f6700 (LWP 2834)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f0731d64df0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 43 (Thread 0x7f07237fe700 (LWP 2833)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047eb98>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
---Type <return> to continue, or q <return> to quit---
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 42 (Thread 0x7f06bd7fa700 (LWP 2832)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047ec88>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 41 (Thread 0x7f06de7fc700 (LWP 2831)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047ec10>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 40 (Thread 0x7f06a4ff9700 (LWP 2830)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07311be440>
---Type <return> to continue, or q <return> to quit---
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 39 (Thread 0x7f06fe7fc700 (LWP 2829)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d89b8>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 38 (Thread 0x7f0720ff9700 (LWP 2828)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f0731ff4288>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
---Type <return> to continue, or q <return> to quit---
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 37 (Thread 0x7f06df7fe700 (LWP 2826)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e990>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 36 (Thread 0x7f069cff9700 (LWP 2825)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047ead0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 35 (Thread 0x7f06a77fe700 (LWP 2824)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07311bee90>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
---Type <return> to continue, or q <return> to quit---
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 34 (Thread 0x7f069bff7700 (LWP 2818)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047ea30>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 33 (Thread 0x7f07217fa700 (LWP 2817)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f0730430a80>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
---Type <return> to continue, or q <return> to quit---
self._bootstrap_inner()
Thread 32 (Thread 0x7f06fd7fa700 (LWP 2816)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f0730430828>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 31 (Thread 0x7f06a67fc700 (LWP 2813)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e8f0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 30 (Thread 0x7f06a7fff700 (LWP 2812)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e8a0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
---Type <return> to continue, or q <return> to quit---
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 29 (Thread 0x7f06ff7fe700 (LWP 2811)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e738>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 28 (Thread 0x7f06beffd700 (LWP 2810)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e7d8>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
---Type <return> to continue, or q <return> to quit---
Thread 27 (Thread 0x7f069e7fc700 (LWP 2809)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07304300a8>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 26 (Thread 0x7f06feffd700 (LWP 2808)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e710>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 25 (Thread 0x7f06997f2700 (LWP 2807)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e558>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
---Type <return> to continue, or q <return> to quit---
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 24 (Thread 0x7f06fffff700 (LWP 2806)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e580>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 23 (Thread 0x7f06dcff9700 (LWP 2805)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f0730430328>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 22 (Thread 0x7f06bf7fe700 (LWP 2803)):
Traceback (most recent call first):
---Type <return> to continue, or q <return> to quit---
<built-in method acquire of _thread.lock object at remote 0x7f072047e418>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 21 (Thread 0x7f0699ff3700 (LWP 2802)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e378>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 20 (Thread 0x7f0723fff700 (LWP 2801)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07311be1c0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
---Type <return> to continue, or q <return> to quit---
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 19 (Thread 0x7f069effd700 (LWP 2800)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e5f8>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 18 (Thread 0x7f069c7f8700 (LWP 2799)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e3a0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 17 (Thread 0x7f069f7fe700 (LWP 2794)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e0d0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
---Type <return> to continue, or q <return> to quit---
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 16 (Thread 0x7f06dffff700 (LWP 2793)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8b48>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 15 (Thread 0x7f069a7f4700 (LWP 2792)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f0731d646e8>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
---Type <return> to continue, or q <return> to quit---
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 14 (Thread 0x7f0722ffd700 (LWP 2791)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f072047e080>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 13 (Thread 0x7f06fcff9700 (LWP 2790)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f0731d64f80>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 12 (Thread 0x7f069aff5700 (LWP 2787)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8580>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
---Type <return> to continue, or q <return> to quit---
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 11 (Thread 0x7f06a57fa700 (LWP 2786)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8e40>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 10 (Thread 0x7f06a6ffd700 (LWP 2785)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8f30>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
---Type <return> to continue, or q <return> to quit---
Thread 9 (Thread 0x7f06bdffb700 (LWP 2784)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8e90>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 8 (Thread 0x7f06be7fc700 (LWP 2783)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8ee0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 7 (Thread 0x7f06dd7fa700 (LWP 2782)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8df0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
---Type <return> to continue, or q <return> to quit---
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 6 (Thread 0x7f06deffd700 (LWP 2781)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07311befd0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 5 (Thread 0x7f07227fc700 (LWP 2779)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8d28>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 4 (Thread 0x7f06a5ffb700 (LWP 2778)):
---Type <return> to continue, or q <return> to quit---
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8c60>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 741, in setLinkAlive
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 617, in run
if self.history.setLinkAlive(self.url):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 3 (Thread 0x7f069dffb700 (LWP 2776)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8fd0>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 702, in setLinkDead
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 624, in run
config.weblink_dead_days)
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 2 (Thread 0x7f069ffff700 (LWP 2775)):
Traceback (most recent call first):
<built-in method acquire of _thread.lock object at remote 0x7f07303d8cd8>
File "/usr/lib/python3.5/threading.py", line 293, in wait
waiter.acquire()
File "/usr/lib/python3.5/threading.py", line 424, in acquire
self._cond.wait(timeout)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 702, in setLinkDead
self.semaphore.acquire()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 624, in run
---Type <return> to continue, or q <return> to quit---
config.weblink_dead_days)
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 882, in _bootstrap
self._bootstrap_inner()
Thread 1 (Thread 0x7f073e073700 (LWP 778)):
Traceback (most recent call first):
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 900, in treat_page
time.sleep(config.retry_wait)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pywikibot/bot.py", line 1663, in treat
self.treat_page()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pywikibot/bot.py", line 1740, in treat
super(ExistingPageBot, self).treat(page)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pywikibot/bot.py", line 1449, in run
self.treat(page)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 1013, in main
bot.run()
File "/home/zhuyifei1999/mw-dev/pywikibot-core/scripts/weblinkchecker.py", line 1051, in <module>
main()
<built-in method exec of module object at remote 0x7f073e0655e8>
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pwb.py", line 120, in run_python_file
main_mod.__dict__)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pwb.py", line 257, in main
run_python_file(filename, [filename] + args, argvu, file_package)
File "/home/zhuyifei1999/mw-dev/pywikibot-core/pwb.py", line 264, in <module>
if not main():
(gdb)