Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinkCheckerException in UrlData.py #3

Closed
wummel opened this issue Dec 21, 2012 · 1 comment
Closed

LinkCheckerException in UrlData.py #3

wummel opened this issue Dec 21, 2012 · 1 comment

Comments

@wummel
Copy link
Owner

wummel commented Dec 21, 2012

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:

./linkchecker -o colored -r 99 -i ".whitbread.co" www.corporate.whitbread.co.uk > lc.log  2>&1

and linkchecker trolled through the site, but after a while I got:

Segmentation fault

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

@wummel
Copy link
Owner Author

wummel commented Dec 21, 2012

Submitted by calvin

> 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).

Bastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant