This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: SIGSEGV error WTF?
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
SIGSEGV (0xb) at pc=0xb77ff54b, pid=15284, tid=3085887152 # # Java VM: OpenJDK Client VM (1.6.0_0-b12 mixed mode, sharing linux-x86) # Distribution: Ubuntu 8.10, package 6b12-0ubuntu6.1 # Problematic frame: # C [libxcb.so.1+0x854b]
What it means is that possibly your SCM provider might have changed from a http protocol to https protocol in their svn services. Simple solution is to create a new workspace and import the svn proejct susing the https protocol. Although an easier reading message might have been better, perhaps? I only caught because when stuff like this occurs I go back and recheck simple stuff as a matter of proper error checking and thus when I accessed my dashboard to my SCM provider and saw the protocol change knew what the problem was.