Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: rullolex on March 08, 2021, 04:11:03 PM

Title: Segmentation fault: Solved?
Post by: rullolex on March 08, 2021, 04:11:03 PM
Hi to everyone,

the segmetation fault error is fixable or should I recompile an application?

I don't know how is it possible but the error is fixed alone

I think I have do some mistake somewhere.

thank you for your reply
Title: Re: Segmentation fault
Post by: Rich on March 08, 2021, 04:26:03 PM
Hi rullolex
That's a vague question. Typically, a segmentation fault is caused by trying to access non existent memory
due to a bug in the software. That means finding the cause and fixing it prior to recompiling.
Title: Re: Segmentation fault: Solved?
Post by: rullolex on March 08, 2021, 04:42:13 PM
Hi Rich,

It is normal that it is solved alone? I don't know wich is the problem, it can be some wrong libreries during the
Code: [Select]
make?

thank you
Title: Re: Segmentation fault: Solved?
Post by: Rich on March 08, 2021, 04:54:02 PM
Hi rullolex
If you manage to use a header that doesn't match the version of a library you are linking to, it's possible. Without
specific information, it's not really possible to try to answer your question.
Title: Re: Segmentation fault: Solved?
Post by: rullolex on March 08, 2021, 05:02:59 PM
Hi Rich,

tomorrow I will check (now it is late in Italy).
I will give much info it is possible.

Thank you
Title: Re: Segmentation fault: Solved
Post by: rullolex on March 09, 2021, 04:39:09 PM
Hi Rich,

I solved, I forgot a dependence in the .dep file

now works ok