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
and linkchecker trolled through the site, but after a while I got loads of :
Exception in thread Thread-89076:
Traceback (innermost last):
File "/var/tmp/python-root/usr/lib/python1.5/threading.py", line 376, in __bootstrap
self.run()
File "/var/tmp/python-root/usr/lib/python1.5/threading.py", line 364, in run
apply(self.__target, self.__args, self.__kwargs)
File "./linkcheck/UrlData.py", line 107, in check
except LinkCheckerException, msg:
NameError: LinkCheckerException
for different threads, finally finishing with the message:
> except LinkCheckerException, msg:
> NameError: LinkCheckerException
This has been fixed in CVS.
> Fatal Python error:
> PyThreadState_Delete: invalid tstate
> Aborted
This could be a Python error while deleting a thread
in which an Exception occured.
I will try to reproduce this, but this is Python related,
not LinkChecker related.
>./linkchecker -o colored -r 99 -i ".whitbread.co"
> www.corporate.whitbread.co.uk > lc.log 2>&1
Segmentation fault not reproducible on my machine with
gcc 2.95.2 (at least not with the fixed version of LinkChecker).
Converted from SourceForge issue 203509, submitted by wavy
I did:
./linkchecker -o colored -r 99 -i ".whitbread.co" www.corporate.whitbread.co.uk
and linkchecker trolled through the site, but after a while I got loads of :
Exception in thread Thread-89076:
Traceback (innermost last):
File "/var/tmp/python-root/usr/lib/python1.5/threading.py", line 376, in __bootstrap
self.run()
File "/var/tmp/python-root/usr/lib/python1.5/threading.py", line 364, in run
apply(self.__target, self.__args, self.__kwargs)
File "./linkcheck/UrlData.py", line 107, in check
except LinkCheckerException, msg:
NameError: LinkCheckerException
for different threads, finally finishing with the message:
Fatal Python error: PyThreadState_Delete: invalid tstate
Aborted
I then tried to capture the entire output to a file:
and linkchecker trolled through the site, but after a while I got:
I guess this is not your doing though :) - there where no errors in the log
i have:
Python 1.5.2 (#1, Sep 17 1999, 20:15:36) [GCC egcs-2.91.66 19990314/Linux (egcs- on linux-i386
The text was updated successfully, but these errors were encountered: