- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Help on RTC
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 08:12 AM
08-17-2007 08:12 AM
Help on RTC
I am running RTC in Batch Mode to check memory leak.
In the middle i get the below error message from rtc
.rtcinit:13: Error in sourced command file:
The program being debugged was signaled while in a function called from GDB.
GDB remains in the frame where the signal was received.
To change this behavior use "set unwindonsignal on"
Evaluation of the expression containing the function (__rtc_leaks_info) will be abandoned.
I do set the variable unwindonsignal to on in .gdbinit file but i still get the error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 10:52 AM
08-17-2007 10:52 AM
Re: Help on RTC
DbConnection::connect > Connecting to: 'SPDAPP3/*****' ... Trying output file=/spdev1/fs_env/work/spdwrk3/dkumar/olcServer.19310.leaks
Trying output file=/spdev1/fs_env/work/spdwrk3/dkumar/olcServer.19310.heap
rtcinit is set height 0
set {int} &shlib_info_invalid=0
set {int} &__gdb_synchronizer=1
set heap-check frame-count 8
set heap-check min-leak-size 0
set heap-check min-heap-size 0
info threads
tb __sync_up_with_gdb
commands
silent
end
c
info leaks /spdev1/fs_env/work/spdwrk3/dkumar/olcServer.19310.leaks
info heap /spdev1/fs_env/work/spdwrk3/dkumar/olcServer.19310.heap
q
__rtc_check_leaks=1 __rtc_check_heap=1
gdb = /opt/langtools/bin/gdb
exec=/opt/langtools/bin/gdb pid=19310
pid is 19310
Exec file name is olcServer
forked successfully buf = /opt/langtools/bin/gdb cpid=0
execl(/opt/langtools/bin/gdb, /opt/langtools/bin/gdb, -p, 19310, -x, .rtcinit, -tty=/dev/null, -q, -brtc, -leaks, (char *)0)
* 1 system thread 703919 Priority:179 wait_for_gdb_here ()
at ../../../Src/gnu/gdb/infrtc.c:5549
Program received signal SIGSEGV, Segmentation fault
si_code: 1 - SEGV_MAPERR - Address not mapped to object.
OK
Customized GuidingApiProxy::guidingInit() succeeded
- Tags:
- SIGSEGV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 05:15 PM
08-17-2007 05:15 PM
Re: Help on RTC
I assume you now have the released version of wdb 5.7?
I assume the application doesn't abort unless you do the batch checking?
Does "show heap-check" show scrambling on?
That could show up with signal 11.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 10:51 AM
08-19-2007 10:51 AM
Re: Help on RTC
Also scrambling is off.
below are the lines in the rtcconfig file
set heap-check off
set heap-check leaks on
set heap-check free off
set heap-check string off
set heap-check bounds off
set heap-check frame-count 20
set heap-check scramble off
utput_dir=/spdev1/fs_env/work/spdwrk3/dkumar
files=olcServer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 02:55 PM
08-19-2007 02:55 PM
Re: Help on RTC
Please try the latest 5.7.
Also, even though it doesn't abort without the heap checking, any user corruption can move to a different place.
>Also scrambling is off.
You might want to turn that on, along with free, string, bounds and heap-check itself. You might want to reduce frame-count so it runs faster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 06:09 PM
08-20-2007 06:09 PM
Re: Help on RTC
Does your application use dlopen/shl_load calls to dynamically load in shared libraries ?
Please try the latest WDB 5.7 available at http://www.hp.com/go/wdb and do get back if you
face any more issues with it.
Thanks and regards,
Mithun