LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   segment violation (https://www.linuxquestions.org/questions/linux-software-2/segment-violation-239386/)

Jozsef 10-06-2004 09:31 AM

segment violation
 
can someone tell me:

I want to start a program and I executed the files and appeared

segment violation

why that happens?

PLease, RoBo if u read it please refer to the another bugs (problem installing Igmas, thanks a lot)

acid_kewpie 10-06-2004 09:46 AM

run the application via gdb
Code:

gdb /usr/bin/program
run

and when it crashes, run "backtrace" to list what it was doing when it died. this is likely to let you find much more about it


All times are GMT -5. The time now is 08:12 PM.