<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Core dump with SEGV_MAPERR - Address not mapped to object in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696657#M496571</link>
    <description>You likely have a thread stack overflow.&lt;BR /&gt;You can check the size of your stack by:&lt;BR /&gt;(gdb) frame 0&lt;BR /&gt;(gdb) set $sp_save = $sp&lt;BR /&gt;(gdb) # the frame # of main or __pthread_bound_body&lt;BR /&gt;(gdb) frame 13&lt;BR /&gt;(gdb) p $sp - $sp_save&lt;BR /&gt;&lt;BR /&gt;Note the thread stack is split into two in order to have the user stack and the RSE stack.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Later I tried with adding compiler option +Olit=none as well&lt;BR /&gt;&lt;BR /&gt;You should remove this.</description>
    <pubDate>Thu, 07 Oct 2010 22:14:40 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-10-07T22:14:40Z</dc:date>
    <item>
      <title>Core dump with SEGV_MAPERR - Address not mapped to object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696656#M496570</link>
      <description>Hi&lt;BR /&gt;  We are currently doing platform migration from HP-UX 11.23 to 11.31. One of the application which runs fine in HP-UX 11.21 is core dumping on startup.&lt;BR /&gt;Compilation done without any warning or errors.&lt;BR /&gt;&lt;BR /&gt;Compilor:&lt;BR /&gt;/opt/aCC/bin/aCC -V&lt;BR /&gt;aCC: HP C/aC++ B3910B A.06.25 [Nov 30 2009]&lt;BR /&gt;&lt;BR /&gt; uname -a&lt;BR /&gt;HP-UX xxxx04 B.11.31 U ia64 1498419985 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;Compilor options:&lt;BR /&gt;/opt/aCC/bin/aCC -mt -D__64BIT__ +DD64 +Z -AA +W67 +inst_compiletime -DPTHREAD_COMPAT_MODE  -mt -D_POSIX_PTHREAD_SEMANTICS   -g0             -DPLATFORM_HPUX -DPLATFORM_HPUX_B_11_31 -I/usr/opt/temip/tfc/include -I/usr/opt/temip/mmtoolkit/include -I/usr/opt/temip/acloc/include -I/usr/opt/temip/ocs/include -I/usr/opt/temip/tal/include -D_RWCONFIG_m -D__HPACC_USING_MULTIPLIES_IN_FUNCTIONAL -D_RWSTD_MULTI_THREAD   -DVER1=`echo 100 | cut -c1` -DVER2=`echo 100 | cut -c2` -DVER3=`echo 100 | cut -c3` -I/home/rajan/SVN/test/NuNCAS/include/XSC -DWITH_OPENSSL -DPTHREADS -I../../libsoap/src/wsdl/http/BFHH   -I./../../../include -I./../../../include/cxx -E +Make &lt;BR /&gt;&lt;BR /&gt;Linker Options:&lt;BR /&gt;/opt/aCC/bin/aCC -mt -D__64BIT__ +DD64 -AA +inst_compiletime -DPTHREAD_COMPAT_MODE  -L/usr/opt/temip/lib -L/usr/opt/tns/lib  -mt  -L/opt/mqm/lib64 -L/usr/lib/hpux64 -g0           -L./../../../lib -L./../../../shlib /usr/opt/temip/mmtoolkit/lib/mcc_mmshell_unix.o   nuncas_event_am.o notificationEventProcessor.o th-lock.o   -lpm -lsoap -lnfu -limqi23ah_r -lmqic_r -lmqm_r -lxml /home/rajan/SVN/test/NuNCAS/lib/libxerces-c.a -lm  -lssl -lcrypto  -lpthread     -ltfc_sp -ltfc_wp  -ltfc_fmk -ltls77-m    -lmcc_parpml -lmcc_exec -lmcc_sys -ltns                -o &lt;BR /&gt;&lt;BR /&gt;Core dump details:&lt;BR /&gt;&lt;BR /&gt;HP gdb 6.1 for HP Itanium (32 or 64 bit) and target HP-UX 11iv2 and 11iv3.&lt;BR /&gt;Copyright 1986 - 2009 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 6.1 (based on GDB) is covered by the&lt;BR /&gt;GNU General Public License. Type "show copying" to see the conditions to&lt;BR /&gt;change it and/or distribute copies. Type "show warranty" for warranty/support.&lt;BR /&gt;..&lt;BR /&gt;Core was generated by `nuncas_event_am'.&lt;BR /&gt;Program terminated with signal 11, Segmentation fault.&lt;BR /&gt;SEGV_MAPERR - Address not mapped to object&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;warning: Load module /dboracle/orabase/product/10.2.0/lib/libclntsh.so.10.1 has been stripped.&lt;BR /&gt;Debugging information is not available.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;warning: Load module /dboracle/orabase/product/10.2.0/lib/libnnz10.so has been stripped.&lt;BR /&gt;Debugging information is not available.&lt;BR /&gt;&lt;BR /&gt;#0  0xc0000000003fe5d0:1 in __doprnt_main+0x111 ()&lt;BR /&gt;   from /usr/lib/hpux64/libc.so.1&lt;BR /&gt;(gdb)&lt;BR /&gt;(gdb) where&lt;BR /&gt;#0  0xc0000000003fe5d0:1 in __doprnt_main+0x111 ()&lt;BR /&gt;   from /usr/lib/hpux64/libc.so.1&lt;BR /&gt;#1  0xc0000000003fe490:0 in _doprnt+0x30 () from /usr/lib/hpux64/libc.so.1&lt;BR /&gt;#2  0xc000000000424000:0 in sprintf+0xc0 () from /usr/lib/hpux64/libc.so.1&lt;BR /&gt;#3  0xc00000000d026740:0 in mcc_log_trace () at ../mcc_log_trace.c:1672&lt;BR /&gt;#4  0xc00000000cb4fa20:2 in inline std::basic_string&lt;CHAR&gt;,std::allocator&lt;CHAR&gt; &amp;gt;::c_str() const ()&lt;BR /&gt;#5  0xc00000000cb4fa20:0 in inline RWCString::operator char const*() const ()&lt;BR /&gt;#6  0xc00000000cb4fa20:0 in CallKernelTrace () at ../tfc_sp_trace.cxx:147&lt;BR /&gt;#7  0xc00000000cb48920:2 in inline MTraceProvider::Trace(RWCString&amp;amp;) ()&lt;BR /&gt;    at ../tfc_sp_trace.cxx:223&lt;BR /&gt;#8  0xc00000000cb488e0:2 in MTraceStream::endl () at ../tfc_sp_trace.cxx:861&lt;BR /&gt;#9  0xc00000000cb48530:0 in endl () at ../tfc_sp_trace.cxx:1077&lt;BR /&gt;#10 0xc00000000cb553b0:0 in MTraceStream::operator&amp;lt;&amp;lt;(MTraceStream&amp;amp; (*)(MTraceStream&amp;amp;)) () at ../tfc_sp_trace.cxx:571&lt;BR /&gt;warning: Inline error: (Possibly due to split inline instances).&lt;BR /&gt;Turning off inline debugging.&lt;BR /&gt;#11 0x40000000004cdcc0:0 in event_server_thread (No.Identifier_3=0x0)&lt;BR /&gt;    at notificationEventProcessor.cxx:154&lt;BR /&gt;#12 0xc00000000d155f70:0 in thread_shell () at ../mcc_fw_threads.c:483&lt;BR /&gt;#13 0xc000000000113140:0 in __pthread_bound_body+0x190 ()&lt;BR /&gt;   from /usr/lib/hpux64/libpthread.so.1&lt;BR /&gt;&lt;BR /&gt;-----------&lt;BR /&gt;&lt;BR /&gt;Later I tried with adding compilor option +Olit=none  as well, which didn't helped.&lt;BR /&gt;&lt;BR /&gt;Any help to resolve.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Raj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CHAR&gt;&lt;/CHAR&gt;</description>
      <pubDate>Thu, 07 Oct 2010 14:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696656#M496570</guid>
      <dc:creator>Rajanarayana</dc:creator>
      <dc:date>2010-10-07T14:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Core dump with SEGV_MAPERR - Address not mapped to object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696657#M496571</link>
      <description>You likely have a thread stack overflow.&lt;BR /&gt;You can check the size of your stack by:&lt;BR /&gt;(gdb) frame 0&lt;BR /&gt;(gdb) set $sp_save = $sp&lt;BR /&gt;(gdb) # the frame # of main or __pthread_bound_body&lt;BR /&gt;(gdb) frame 13&lt;BR /&gt;(gdb) p $sp - $sp_save&lt;BR /&gt;&lt;BR /&gt;Note the thread stack is split into two in order to have the user stack and the RSE stack.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Later I tried with adding compiler option +Olit=none as well&lt;BR /&gt;&lt;BR /&gt;You should remove this.</description>
      <pubDate>Thu, 07 Oct 2010 22:14:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696657#M496571</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-07T22:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Core dump with SEGV_MAPERR - Address not mapped to object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696658#M496572</link>
      <description>Hi Dennis,&lt;BR /&gt;  The details as below&lt;BR /&gt;&lt;BR /&gt;(gdb) frame 0&lt;BR /&gt;#0  0xc0000000003fe5d0:1 in __doprnt_main+0x111 ()&lt;BR /&gt;   from /usr/lib/hpux64/libc.so.1&lt;BR /&gt;(gdb) set $sp_save = $sp&lt;BR /&gt;(gdb) # the frame # of main or __pthread_bound_body&lt;BR /&gt;(gdb) frame 13&lt;BR /&gt;#13 0xc000000000113140:0 in __pthread_bound_body+0x190 ()&lt;BR /&gt;   from /usr/lib/hpux64/libpthread.so.1&lt;BR /&gt;(gdb) p $sp - $sp_save&lt;BR /&gt;$1 = 133248&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         2015232&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 10000&lt;BR /&gt;&lt;BR /&gt;Does this indicate stacke overflow?&lt;BR /&gt;&lt;BR /&gt;Please suggest what should be done if it is stackoverflow.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Oct 2010 07:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696658#M496572</guid>
      <dc:creator>Rajanarayana</dc:creator>
      <dc:date>2010-10-08T07:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Core dump with SEGV_MAPERR - Address not mapped to object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696659#M496573</link>
      <description>(gdb) frame 0&lt;BR /&gt;#0 0xc0000000003fe5d0:1 __doprnt_main+0x111&lt;BR /&gt;(gdb) set $sp_save = $sp&lt;BR /&gt;(gdb) frame 13&lt;BR /&gt;#13 0xc000000000113140:0 __pthread_bound_body+0x190&lt;BR /&gt;(gdb) p $sp - $sp_save&lt;BR /&gt;$1 = 133248&lt;BR /&gt;&amp;gt;Does this indicate stack overflow?&lt;BR /&gt;&lt;BR /&gt;This is more than the default thread stack size 256 Kb /2.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;what should be done if it is stack overflow?&lt;BR /&gt;&lt;BR /&gt;You need to modify your application to create larger thread stacks.&lt;BR /&gt;&lt;BR /&gt;Or you can do:&lt;BR /&gt;export PTHREAD_DEFAULT_STACK_SIZE=$(((256 * 2 + 1) * 1024 ))&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1426120" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1426120&lt;/A&gt;</description>
      <pubDate>Fri, 08 Oct 2010 08:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696659#M496573</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-08T08:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Core dump with SEGV_MAPERR - Address not mapped to object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696660#M496574</link>
      <description>Hi Dennis,&lt;BR /&gt;   Thank you. This really helped.&lt;BR /&gt;   We had 2 threads in our program. Implemented the stacksize 525312 in both.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Raj</description>
      <pubDate>Fri, 08 Oct 2010 10:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696660#M496574</guid>
      <dc:creator>Rajanarayana</dc:creator>
      <dc:date>2010-10-08T10:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Core dump with SEGV_MAPERR - Address not mapped to object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696661#M496575</link>
      <description>Since the guard page is usually 4 Kb, this should be:&lt;BR /&gt;export PTHREAD_DEFAULT_STACK_SIZE=$(( (256 * 2 + 4) * 1024 ))</description>
      <pubDate>Fri, 08 Oct 2010 18:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/4696661#M496575</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-08T18:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Core dump with SEGV_MAPERR - Address not mapped to object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/6483720#M496576</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the same error,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HP gdb 6.0 for HP Itanium (32 or 64 bit) and target HP-UX 11iv2 and 11iv3.&lt;/P&gt;&lt;P&gt;Copyright 1986 - 2009 Free Software Foundation, Inc.&lt;/P&gt;&lt;P&gt;Hewlett-Packard Wildebeest 6.0 (based on GDB) is covered by the&lt;/P&gt;&lt;P&gt;GNU General Public License. Type "show copying" to see the conditions to&lt;/P&gt;&lt;P&gt;change it and/or distribute copies. Type "show warranty" for warranty/support.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;warning: exec file is newer than core file.&lt;/P&gt;&lt;P&gt;Core was generated by `TMGR4'.&lt;/P&gt;&lt;P&gt;Program terminated with signal 11, Segmentation fault.&lt;/P&gt;&lt;P&gt;SEGV_MAPERR - Address not mapped to object&lt;/P&gt;&lt;P&gt;#0&amp;nbsp; 0x400000000000f2c0:1 in SR_TMGR4 (rcv_data=0x9fffffffbf360eb8)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at tra_srv_rcv4.c:223&lt;/P&gt;&lt;P&gt;223&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fct(&amp;amp;info_topend,&amp;amp;input_area,&amp;amp;work_area,&amp;amp;output_area,&amp;amp;save_area);&lt;/P&gt;&lt;P&gt;(gdb) where&lt;/P&gt;&lt;P&gt;#0&amp;nbsp; 0x400000000000f2c0:1 in SR_TMGR4 (rcv_data=0x9fffffffbf360eb8)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;at tra_srv_rcv4.c:223&lt;/P&gt;&lt;P&gt;#1&amp;nbsp; 0xc00000000d636730:0 in MessageListener::onMessage (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; this=0x9fffffffbf360fb0, msgType=184, byteBuffer=0x9fffffffbf360f38)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; from /eltdata/cedgeitx/electra/lib/libelectraWIREIntf.so&lt;/P&gt;&lt;P&gt;#2&amp;nbsp; 0xc00000000d635ea0:0 in MessageListener::start (this=0x9fffffffbf360fb0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pMsgType=0) at ../MessageListener/MessageListener.cpp:39&lt;/P&gt;&lt;P&gt;#3&amp;nbsp; 0xc00000000d635a50:0 in MessageListener::start (this=0x9fffffffbf360fb0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ../MessageListener/MessageListener.cpp:27&lt;/P&gt;&lt;P&gt;#4&amp;nbsp; 0xc00000000d625960:0 in Thread::run (this=0x9fffffffbf360fd8)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; from /eltdata/cedgeitx/electra/lib/libelectraWIREIntf.so&lt;/P&gt;&lt;P&gt;#5&amp;nbsp; 0xc00000000d624150:0 in theThreadRoutine (parm=0x9fffffffffffda20)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ../utils/ThreadPool.cpp:24&lt;/P&gt;&lt;P&gt;#6&amp;nbsp; 0xc000000000117b20:0 in __pthread_bound_body+0x190 ()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; from /usr/lib/hpux64/libpthread.so.&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2014 11:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/6483720#M496576</guid>
      <dc:creator>Ashish_G</dc:creator>
      <dc:date>2014-05-22T11:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Core dump with SEGV_MAPERR - Address not mapped to object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/6483730#M496577</link>
      <description>&lt;P&gt;Hi, please check my function poniter is returning wrong value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;return value is&amp;nbsp; (0x9fffffffbf360eb8) but in variable we recieve (0xffffffffbf5d2a68).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(gdb) p address_ptr&lt;/P&gt;&lt;P&gt;$2 = (void (*)()) 0x400000000000f050:0 &amp;lt;SR_TMGR4+0x670&amp;gt;&lt;/P&gt;&lt;P&gt;(gdb) n&lt;/P&gt;&lt;P&gt;[Switching to thread 5 (system thread 1151853)]&lt;/P&gt;&lt;P&gt;0x400000000000a5a0:0&amp;nbsp;&amp;nbsp;&amp;nbsp; 77&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i++;&lt;/P&gt;&lt;P&gt;(gdb) p address_ptr&lt;/P&gt;&lt;P&gt;$3 = (void (*)()) 0x9fffffffbf5d2a68&lt;/P&gt;&lt;P&gt;(gdb) n&lt;/P&gt;&lt;P&gt;0x400000000000a5d0:0&amp;nbsp;&amp;nbsp;&amp;nbsp; 77&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i++;&lt;/P&gt;&lt;P&gt;(gdb) n&lt;/P&gt;&lt;P&gt;[Switching to thread 5 (system thread 1151853)]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Breakpoint 3, SR_TMGR4 (rcv_data=0x9fffffffbf360eb8) at tra_srv_rcv4.c:210&lt;/P&gt;&lt;P&gt;210&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbg_msg(1, " TMGR: SEND_STATUS1&amp;nbsp; [%s]",service_name);&lt;/P&gt;&lt;P&gt;(gdb) p fct&lt;/P&gt;&lt;P&gt;$4 = (void (*)()) 0xffffffffbf5d2a68&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2014 11:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/6483730#M496577</guid>
      <dc:creator>Ashish_G</dc:creator>
      <dc:date>2014-05-22T11:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Core dump with SEGV_MAPERR - Address not mapped to object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/6484326#M496578</link>
      <description>&lt;P&gt;&amp;gt;I am getting the same error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To see if you have the same thread stack overflow, you need to use the commands in message #2, for frames 0 and 6.&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/Core-dump-with-SEGV-MAPERR-Address-not-mapped-to-object/m-p/4696657#M28660" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/Core-dump-with-SEGV-MAPERR-Address-not-mapped-to-object/m-p/4696657#M28660&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;please check my function pointer is returning wrong value.&lt;/P&gt;&lt;P&gt;&amp;gt;return value is&amp;nbsp; (0x9fffffffbf360eb8) but in variable we receive (0xffffffffbf5d2a68).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure what you're trying to say here?&amp;nbsp; The first is the value in rcv_data.&lt;/P&gt;&lt;P&gt;Are you using the debugger to rerun and to approach your abort location?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;(gdb) p fct -&amp;gt; $4 = (void (*)()) 0xffffffffbf5d2a68&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're thinking fct is bad or the function is returning bad data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;(gdb) p address_ptr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What variable is this?&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2014 18:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-with-segv-maperr-address-not-mapped-to-object/m-p/6484326#M496578</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-05-22T18:21:18Z</dc:date>
    </item>
  </channel>
</rss>

