OESF Portables Forum

Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: galodoido on June 04, 2018, 08:36:55 am

Title: vlc segmentation fault
Post by: galodoido on June 04, 2018, 08:36:55 am
Hi.
I've installed vlc.
But when I run vlc : no success. Error message below :

segmentation fault ( core dumped )

Thank you all
Title: vlc segmentation fault
Post by: ArchiMark on June 05, 2018, 09:57:14 am
Did you google* what 'segmentation fault' means?

You should do some basic research on things before posting all your questions. Many can be easily solved by reading online.

If you can't find answers after doing some basic research, then post on the forum.

You will probably get more responses this way.

Just a friendly suggestion.

Mark




* or use your search engine of choice....
Title: vlc segmentation fault
Post by: galodoido on June 05, 2018, 10:14:55 am
Quote from: ArchiMark
Did you google* what 'segmentation fault' means?

You should do some basic research on things before posting all your questions. Many can be easily solved by reading online.

If you can't find answers after doing some basic research, then post on the forum.

You will probably get more responses this way.

Just a friendly suggestion.

Mark




* or use your search engine of choice....

Hi
I did a search on google about this error ( long search, tryed every answer from google without success ) before posting here.
No solution  for the problem yet.
If you have a solution , please let me know.
Thank you again.
Title: vlc segmentation fault
Post by: ArchiMark on June 05, 2018, 10:29:07 am
Here's some explanations regarding segmentation fault:

Quote
"Segmentation fault" means that you tried to access memory that you do not have access to.

Quote
Segmentation fault occurs when the program tries to do an illegal memory access, ie., a pointer accessing a NULL or amemory location not accessible to the process. ... Quite often the hardware will flag a "Segment violation" if the value in a pointer is NULL or outside the bounds of any legally allocated segment.
14.04 - How to resolve "Segmentation fault (core dump


So, as this is a programming error, to fix this, think you need to find the line or lines of code that are causing this and modify them.
Title: vlc segmentation fault
Post by: galodoido on June 05, 2018, 11:11:15 am
Quote from: ArchiMark
Here's some explanations regarding segmentation fault:

Quote
"Segmentation fault" means that you tried to access memory that you do not have access to.

Quote
Segmentation fault occurs when the program tries to do an illegal memory access, ie., a pointer accessing a NULL or amemory location not accessible to the process. ... Quite often the hardware will flag a "Segment violation" if the value in a pointer is NULL or outside the bounds of any legally allocated segment.
14.04 - How to resolve "Segmentation fault (core dump


So, as this is a programming error, to fix this, think you need to find the line or lines of code that are causing this and modify them.
Ok.
Thank you again.
Title: vlc segmentation fault
Post by: galodoido on June 06, 2018, 08:02:46 am
Quote from: galodoido
Quote from: ArchiMark
Here's some explanations regarding segmentation fault:

Quote
"Segmentation fault" means that you tried to access memory that you do not have access to.

Quote
Segmentation fault occurs when the program tries to do an illegal memory access, ie., a pointer accessing a NULL or amemory location not accessible to the process. ... Quite often the hardware will flag a "Segment violation" if the value in a pointer is NULL or outside the bounds of any legally allocated segment.
14.04 - How to resolve "Segmentation fault (core dump


So, as this is a programming error, to fix this, think you need to find the line or lines of code that are causing this and modify them.
Ok.
Thank you again.

Compiled VLC .
A little complicated. Too  many dependencies and I had to create symlink to libraries.
At a result a very good software. Perfect.
Title: vlc segmentation fault
Post by: ArchiMark on June 06, 2018, 09:53:56 am
That's great news!

Any chance you can share the file with us?

Mark
Title: vlc segmentation fault
Post by: galodoido on June 06, 2018, 11:34:11 am
Quote from: ArchiMark
That's great news!

Any chance you can share the file with us?

Mark

It is not in a deb format.
I've compiled , instaled a lot of dependencies files  and a lot of symlinks .
If installed in a deb file format it will do the segmentation fault as described above.
It requires a lot of dependency files , symlinks, a hard work . And a long time to compile.
When I was compiling , I had to install a lot of files, symlinks to libraries that are in a wrong place.
Every error that has appeared in the compilation , I had to do a google search and work on that.
I'm sorry for this.
Now, I know why  the preinstalled deb file did not work .
It has dependency of a lot of libraries and symlinks.
Title: vlc segmentation fault
Post by: ArchiMark on June 06, 2018, 11:41:36 am
OK, thanks for explaining....