Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » RAServer error under Kubuntu
RAServer error under Kubuntu [message #47153] Sat, 17 December 2005 07:39 Go to next message
Eclipse UserFriend
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 13:46 Go to previous message
Samson Wai is currently offline Samson WaiFriend
Messages: 46
Registered: July 2009
Member
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
Previous Topic:TPTP Automatic GUI Recorder
Next Topic:Automated GUI recorder on Linux platform
Goto Forum:
  


Current Time: Thu Apr 25 01:48:49 GMT 2024

Powered by FUDForum. Page generated in 0.02809 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top