which opening compiz config setting manager(ccsm) via terminal it comes for a second and it vanishes,and says segmentation fault what should i do?
Six answers:
?
2011-10-05 08:33:48 UTC
A segmentation fault occurs when a program attempts to access a memory location that it is not allowed to access, or attempts to access a memory location in a way that is not allowed (for example, attempting to write to a read-only location, or to overwrite part of the operating system). <-- wikpedia
It can be caused by bugs in software, driver or even with some hw problems.
First thing you should do is update/patch your box (via terminal as root or sudo) apt-get update (fetches new package index from repos), apt-get dist-upgrade (updates all packages, removes some if it has too).
Reboot.
If that fails try running memtest to check health of your ram, after that there is always gdb (gnu debuger) which may allow you to pinpoint the problem.
Take care
Linux Mint 11
2011-10-05 15:41:26 UTC
How To Change The Settings Of The Ubuntu 11.04 Unity Desktop With CompizConfig Settings Manager
You can try uninstalling and reinstalling Compiz. You can do this through System - Administration - Synaptic Package Manager. Type in the search window Compiz. Right click on Compiz and opt for complete removal. Next again type Compiz in the search window and mark it for installation and click apply.
hare
2016-11-11 16:12:11 UTC
Your argv argument announcement could be char **argv or char *argv[] quite than char *argv. In different words: int important (int argc, char **argv){ //Parameter examine if (argc < 2){ printf("incorrect variety of enter parameters.nUsage %s report", argv[0]); return EXIT_SUCCESS; } return EXIT_SUCCESS; }
Vikash
2011-10-08 00:00:50 UTC
it also occurs
when u give more values to store in an array
that is more than u declare for that array
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.