RAServer error under Kubuntu [message #47153] |
Sat, 17 December 2005 02:39  |
Eclipse User |
|
|
|
Originally posted by: flocondeson.yahoo.com
Hello,
I'm trying to run RAServer under Kubuntu 5.10 (Breezy). I installed
the package libstdc++2.10-dev, which contains the required library
libstdc++-libc6.2-2.so.3. When I start the server I get:
Starting Agent Controller
*** glibc detected *** free(): invalid next size (normal): 0x0805d0f0 ***
RAServer failed to start
If I set the environment variable MALLOC_CHECK_ to 1 I get:
Starting Agent Controller
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
*** glibc detected *** free(): invalid pointer: 0x0805d100 ***
*** glibc detected *** free(): invalid pointer: 0x08084990 ***
*** glibc detected *** malloc(): memory corruption: 0x08070c60 ***
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
malloc: using debugging hooks
RAServer started successfully
Even though it has started, Eclipse can't connect to it (which is
probably not surprising).
Has anyone seen this error and do you have a workaround, or
suggestions for what to look at?
There was a thread in October 2005 about Ubuntu that suggested
using alien to convert an RPM containing the libstdc++ library
mentioned above. Anyone know if that worked?
- Flocon
|
|
|
Re: RAServer error under Kubuntu [message #47697 is a reply to message #47153] |
Tue, 20 December 2005 08:46  |
Eclipse User |
|
|
|
Hello Flocon,
I need some debug info. Please do the following:
1. Kill all "RAServer" process if any
2. Delete the file "config/servicelog.log" under the Agent Controller
installer directory
3. Edit the file "config/serviceconfig.xml" under the same directory. Under
the "AgentControllerConfiguration" element, change the value of the
"loggingLevel" attribute to "DEBUG"
4. Delete any file under the directory "/tmp/IBMRAC/"
The above steps will allow a fresh start with more detailed debug messages.
Now:
1. Run "RAServer"
2. Check if "/tmp/IBMRAC/ramaster" exist. This is the master name pipe of
the Agent Controller. This should exist if RAServer is operational.
3. Check the command "netstat -a | grep 10002" to see if the Agent
Controller is listening to port 10002. This should exist if RAServer is
operatioal.
4. Finally, attach the "config/servicelog.log" to this post so that we can
look at it
We might need to check the binary compatibility between the shared libs:
1. Change to the Agent Controller install dir
2. Export "LD_LIBRARY_PATH" pointing to the Agent Controller's "lib" dir
3. Run "ldd -r RAServer" and post the output to this post
Also, please check if there is any firewall running.
Samson
"Flocon de Son" <flocondeson@yahoo.com> wrote in message
news:do0fal$5u6$1@news.eclipse.org...
> Hello,
>
> I'm trying to run RAServer under Kubuntu 5.10 (Breezy). I installed
> the package libstdc++2.10-dev, which contains the required library
> libstdc++-libc6.2-2.so.3. When I start the server I get:
>
> Starting Agent Controller
> *** glibc detected *** free(): invalid next size (normal): 0x0805d0f0 ***
> RAServer failed to start
>
> If I set the environment variable MALLOC_CHECK_ to 1 I get:
>
> Starting Agent Controller
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> *** glibc detected *** free(): invalid pointer: 0x0805d100 ***
> *** glibc detected *** free(): invalid pointer: 0x08084990 ***
> *** glibc detected *** malloc(): memory corruption: 0x08070c60 ***
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> malloc: using debugging hooks
> RAServer started successfully
>
> Even though it has started, Eclipse can't connect to it (which is
> probably not surprising).
>
> Has anyone seen this error and do you have a workaround, or
> suggestions for what to look at?
>
> There was a thread in October 2005 about Ubuntu that suggested
> using alien to convert an RPM containing the libstdc++ library
> mentioned above. Anyone know if that worked?
>
> - Flocon
|
|
|
Powered by
FUDForum. Page generated in 0.04968 seconds