Author Topic: vlc segmentation fault  (Read 1786 times)

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
vlc segmentation fault
« 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

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
vlc segmentation fault
« Reply #1 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....
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
vlc segmentation fault
« Reply #2 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.

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
vlc segmentation fault
« Reply #3 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.
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
vlc segmentation fault
« Reply #4 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.

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
vlc segmentation fault
« Reply #5 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.

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
vlc segmentation fault
« Reply #6 on: June 06, 2018, 09:53:56 am »
That's great news!

Any chance you can share the file with us?

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
vlc segmentation fault
« Reply #7 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.
« Last Edit: June 06, 2018, 11:43:29 am by galodoido »

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
vlc segmentation fault
« Reply #8 on: June 06, 2018, 11:41:36 am »
OK, thanks for explaining....
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/