-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Description
I use cx_oracle to fetch a large amount data to csv file, but the process has crashed occasionally, the process exit code is 9.
It's seems only happened on frozen app for now.
I use cx_freeze build a frozen app in this environment:
python version & platform:
Python 2.6.6 (r266:84292, Jul 23 2015, 15:22:56)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.platform()
'Linux-2.6.32-504.el6.x86_64-x86_64-with-centos-6.6-Final'
python package:
cx_freeze==4.3.4
cx_Oracle==5.2.1
oracle instant client:
instantclient_11_2
the app running on:
platform:
Linux-2.6.32-573.12.1.el6.x86_64-x86_64-with-centos-6.7-Final
oracle instant:
instantclient_11_2
oracle server:
10.2.0.5
Metadata
Metadata
Assignees
Labels
No labels