You are not logged in.
Pages: 1
I'm running Fluxbox, Eclipse, subclipse, all managed through pacman. Whenever I go to commit files to svn, if I cancel then X crashes. Any suggestions?
Offline
Try to change to another svn provider. The default seems to be buggy. I did install SVNKit provider and now I don't have any issues with eclipse.
Offline
Thanks. I'll try that.
Offline
Well so far no go. I've even tried downloading Eclipse manually (not that I expected it to solve this problem). I've tried both subclipse and subversive. Both randomly cause crashes.
Last edited by mmccaskill (2010-08-16 19:20:58)
Offline
when X crashes, post the Xorh.0.log contents here. That could be the first step to determining what is going on.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I'll do that. Thanks.
Offline
Well the Xorg.log shows nothing. But, dmesg is interesting.
eclipse[3382] trap divide error ip:7fbaf155b616 sp:7fff6060f1f0 error:0 in libgtk-x11-2.0.so.0.2000.1[7fbaf1434000+422000]Offline
What driver and video card are you using?
Offline
What driver and video card are you using?
lspci -v
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300 GE] (rev a1) (prog-if 00 [VGA controller])
Subsystem: nVidia Corporation Device 060c
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
I/O ports at dc80 [size=128]
[virtual] Expansion ROM at fde00000 [disabled] [size=128K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
Kernel driver in use: nvidia
Kernel modules: nvidia, nouveau, nvidiafbpacman -Ss
extra/nvidia 256.44-1 [installed]
extra/nvidia-utils 256.44-1 [installed]I should also mention that I am running x86_64
uname -a
Linux darkside325 2.6.34-ARCH #1 SMP PREEMPT Wed Aug 11 00:23:15 CEST 2010 x86_64 Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz GenuineIntel GNU/LinuxLast edited by mmccaskill (2010-08-18 19:48:02)
Offline
I have the same problem! I use eclipse-3.5 with subclipse on Gentoo x86_64 system with nvidia card (Quadro NVS 140M).
I use SVNKit 1.3.3 as svn interface in subclipse. I first thought that swt and xulrunner causes the problem because i had more crashes when firefox was running, and tried a lot to catch the error. But now i have compiled swt without xulrunner and the error remains.
Now i think its a problem with subclipse, nvidia on x86_64 systems, and don't know what i can do. I get no error in /var/log/Xorg.1.log, and no message in dmesg
What is the next step? Asking the subclipse developer if they have an idea? The error only randomly appears when i use subclipse in eclipse, no other plugin, app or whatever has ever caused my xorg server to crash! If i don't use subclipse (let it enabled but don't use it) than working in eclipse is no problem, and i use a lot of plugins! (Python, PHP, C/C++, Android SDK,Visual Editor . . . )
(using xorg-server-1.7.7 and xorg-x11-7.4 and nvidia-driver-195.36.24)
Any idea?
Last edited by knecht (2010-09-09 14:32:44)
Linux HowTos, 3D, Programming and Wallpapers
http://www.neoberserker.de
Offline
Can you try with nouveau so that we can try to isolate the nvidia proprietary driver as the cause? Or use another system and see if it gets replicated there? Check the nvnews forums for similar bug reports and check the Subclipse bugtracker for the same. Maybe gtk too. If you can't find any similar reports, follow the procedure for posting bugs at nvnews and run nvidia-bug-report.sh after the crash. Also report to Subclipse.
Offline
Well, I run nouveau, and experience the same crashes (on arch64 with a nVidia Corporation G92 [GeForce 9800 GTX] (rev a2)). My dmesg shows:
[ 5492.400651] [drm] nouveau 0000:01:00.0: nouveau_channel_free: freeing fifo 2
[ 5492.634489] eclipse[5732] trap divide error ip:7ff1afb0e556 sp:7fff93b7b5d0 error:0 in libgtk-x11-2.0.so.0.2200.1[7ff1af9e5000+428000]
[ 5493.850213] [drm] nouveau 0000:01:00.0: Allocating FIFO number 2
[ 5493.853047] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2Offline
here xorg-xfs is suggested as the cause, but I don't even have that installed
here compiz is suggested, but disabling the compositor in XFCE also doesn't have any effect.
My xorg still crashes every time I unlock my screensaver. How should I further debug this issue?
I have copied my comments to a separate bug: https://bugs.archlinux.org/task/23822
Last edited by Spider.007 (2011-04-18 08:42:27)
Offline
Pages: 1