bus error with MySQLdb + c extension

Issue #1699 resolved
Mike Bayer repo owner created an issue

z-eeks-Computer-3:sqlalchemy classic$ nosetests -v --db mysql --dropfirst test.sql.test_types:UserDefinedTest.testprocessing test.sql.test_types.UserDefinedTest.testprocessing ... Bus error

If I move away the cprocessors.so file, passes.

Comments (4)

  1. Mike Bayer reporter

    version info:

    Python 2.6.2 (94e3321f8cc2c957ce874188f1693343161e7e69:71600, Apr 16 2009, 09:17:39) 
    [4.0.1 (Apple Computer, Inc. build 5250)](GCC) on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import MySQLdb
    >>> MySQLdb.__version__
    '1.2.3c1'
    
  2. Former user Account Deleted

    (original author: ged) Can't reproduce on my machine...

    Python 2.6.4 (3c29a9f599ff3394135f36274e1aeac668af1333:75706, Dec  7 2009, 18:45:15) 
    [4.4.1](GCC) on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import MySQLdb
    >>> MySQLdb.__version__
    '1.2.2'
    
  3. Log in to comment