sahksjk / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Python crashes with Abort trap: 6 when connecting to server #398

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install PyODBC on python2.7.6 on Mac OS X 10.7.5
2. create an engine definition using sqlalchemy, via mysql+pyodbc
3. attempt to query the database

What is the expected output? What do you see instead?
You expect to get some results, instead I'm seeing "Abort trap: 6", and python 
is crashing.

What version of the product are you using? On what operating system?
pyodbc 2.1.7
python 2.7.6
Mac OS X 10.7.5

Please provide any additional information below.
4   pyodbc.so                       0x0000000109ecfeed 
_ZL18Connection_getinfoP7_objectS0_ + 509 from the crash log. Is there anyway 
to get more insight into what requests pyodbc is receiving? Abort Trap: 6 isn't 
very specific.

Original issue reported on code.google.com by adrian.b...@gmail.com on 13 Apr 2015 at 3:01

Attachments: