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

APSW would crash when used with Stackless Python #3

Closed
rogerbinns opened this issue Dec 29, 2013 · 2 comments
Closed

APSW would crash when used with Stackless Python #3

rogerbinns opened this issue Dec 29, 2013 · 2 comments

Comments

@rogerbinns
Copy link
Owner

From nirvana117 on March 22, 2008 03:38:18

What steps will reproduce the problem? 1. import apsw
2. apsw.Connection(":memory:") What version of the product are you using? On what operating system? apsw-3.3.13- r1 , Stackless_Python_2.5.2, on windows_xp_sp2 or 2003_sp2. Please provide any additional information below. I have tested pysqlite and apsw, but only apsw would crash stackless
python, not pysqlite. So I thought there may be some problem in apsw.

Original issue: http://code.google.com/p/apsw/issues/detail?id=3

@rogerbinns
Copy link
Owner Author

From rogerbinns on April 05, 2008 04:01:16

I've tested on Linux with a freshly compiled stackless 2.5.2 and current apsw and
there are no problems at all in apsw using valgrind. (stackless itself appears to
have a few issues).

Did you recompile the extension or are you just using the pre-built one for
non-stackless python? If the former then a C level stack trace would be very useful.

Labels: OpSys-Windows

@rogerbinns
Copy link
Owner Author

From rogerbinns on May 29, 2008 21:29:16

I've just built current apsw against Python 2.5.2 on Windows and then installed it
against Stackless 2.5.2. The test suite and example code all complete just fine
without any crashes.

Unable to reproduce and so closing the issue. Thanks for reporting it.

Status: Invalid

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

No branches or pull requests

1 participant