Tiny Core Linux
		Tiny Core Extensions => TCE Q&A Forum => Topic started 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
- 
				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.
 
- 
				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 themake?
 
 thank you
- 
				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.
 
- 
				Hi Rich,
 
 tomorrow I will check (now it is late in Italy).
 I will give much info it is possible.
 
 Thank you
 
- 
				Hi Rich,
 
 I solved, I forgot a dependence in the .dep file
 
 now works ok