This does not belong here, but I have got the same problem since using gdm 3.6.1-1 from [testing] on one machine (Intel HD 3000).Xorg.0.log:[...]
[ 18.242] (II) intel(0): EDID vendor "LGD", prod id 16544
[ 18.242] (II) intel(0): Printing DDC gathered Modelines:
[ 18.242] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1470 768 771 776 786 -hsync -vsync
Hi,Xorg has been eating up a lot of my CPU cycles lately, and often hits 95% CPU for no apparent reason.I'm using nouveau.When Xorg CPU usage peaks, my cursor blinks from the arrow cursor to the text cursor, and back, and my Xorg.0.log gets filled with the following lines:0 774 782 -hsync -vsync (46.6 kHz eP)
[ 897.373] (II) NOUVEAU(0): EDID vendor "LGD", prod id 614
[ 897.373]
Hello,
My laptop sometimes unexpectedly goes logout without any possible assumption of the bug.
I run Fedora 17 with KDE and use the nvidia driver from RPM Fusion. After the updates of July 19, I was unable to bring up a graphical interface. /var/log/messages said: "X Server died during startup". /var/log/Xorg.0.log said: "segmentation fault. Server aborting".
I have installed aodv-uu 0.9.6 in my laptop(fedora 12)
but while running the protocol I'm getting the segmentation fault.
segmentation fault sbin/insmod kaodv.ko ifname=%s qual_th=%d &>/dev/null :(
please help me to solve this.
I receive a segmentation fault on some servers when grepping a string, but not when I use -i, and vice-versa.
Look:/* machine code is:
push %ebp
mov %esp,%ebp
pop %ebp
ret
*/
unsigned char code[]=
"\x55\x89\xe5\x5d\xc3";
typedef void (*PF)();
int main(void)
{
PF pf=(PF)&code;
(*pf)();
return 0;
}My linux OS is CentOS 5.3,and I install it in vmware,I can run it using vc6,but it can't be run in linux,it said:Segmentation fault,and I debug it using gdb,it display the line (*pf)() is err
Well. Thanks dieyushi. I find the same error in Xorg.0.log.old as that of the relevant topic.
Dear all,
Currently I am implementing ECC protocols. I used tinyECC package to port ecc to contiki os. This giving me a segmentation fault.
I followed some article Debugging Segmentation Faults and Pointer Problems - Cprogramming.com but I failed to detect the error. Please help me to find that error. Here is my code(part of a code).