Segmentation fault..

A

Abandoned

Hi..
I run a my script and 3-4 minutes later give me an error "segmentation
fault".
What is the reason of this error ?

I use in my script:
Threading
Psycopg2
open & write to txt
urlopen

My platform is ubuntu linux.

I'm sorry my bad english.
King regards..
 
J

Jorge Godoy

Abandoned said:
Hi..
I run a my script and 3-4 minutes later give me an error "segmentation
fault".
What is the reason of this error ?

I use in my script:
Threading
Psycopg2
open & write to txt
urlopen

My platform is ubuntu linux.

I'm sorry my bad english.
King regards..

Without seeing any code, it is hard to say anything. But the answer to the
ultimate question is "42".

Show the group some code and I'm sure people will help.
 
B

Bruno Desthuilliers

Jorge Godoy a écrit :
Without seeing any code, it is hard to say anything. But the answer to the
ultimate question is "42".

Indeed. Err, what was the question, exactly ?-)
Show the group some code and I'm sure people will help.

To be more precise: post the minimal working code reproducing the
problem, and the full traceback.
 
B

Bjoern Schliessmann

Abandoned said:
I run a my script and 3-4 minutes later give me an error
"segmentation fault".
What is the reason of this error ?

The reason is that the process tries to write to a memory address it
outside of its allocated segments.

Regards,


Björn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top