Segmentation fault 64 bit machine when running tests

Issue #1088 resolved
Former user created an issue

SQLAlchemy-0.4.6$ python test/alltests.py --dburi=postgres://jacob@localhost/jacob /export/people/jacob/SQLAlchemy-0.4.6/lib/sqlalchemy/ext/sqlsoup.py:388: SADeprecationWarning: SessionContext is deprecated. Use scoped_session(). objectstore = Objectstore(create_session) test_insert (profiling.compiler.CompileTest) ... ok test_select (profiling.compiler.CompileTest) ... ok test_update (profiling.compiler.CompileTest) ... ok test_first_connect (profiling.pool.QueuePoolTest) ... ok test_second_connect (profiling.pool.QueuePoolTest) ... ok test_second_samethread_connect (profiling.pool.QueuePoolTest) ... ok test_baseline_0_setup (profiling.zoomark.ZooMarkTest) ... ok test_baseline_1_create_tables (profiling.zoomark.ZooMarkTest) ... Segmentation fault

I'm using Python2.5, and postgres 8.2.4 I'm using psycopg2-2. This setup works fine on my 32bit box. These tests seem to work fine when I use the sqllite database..

Comments (4)

  1. Mike Bayer repo owner

    a 64bit....what ? I just tried here on a G5 and got full success:

    Darwin sandbox.local 9.2.2 Darwin Kernel Version 9.2.2: Tue Mar  4 21:23:43 PST 2008; root:xnu-1228.4.31~1/RELEASE_PPC Power Macintosh
    
    python 2.5.1, pg 8.2.9, psycopg2-2.0.7
    
  2. Former user Account Deleted

    Many thanks downloaded psycopg2-2.0.7 and the tests all ran without seg faulting. Again, many thanks for your replies. Jake

  3. Log in to comment