<?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: C program error ... Abort(coredump) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001650#M96084</link>
    <description>I'm not a C programmr, I only OS support, How can I find if maxsiz is the problem? currently it shows :&lt;BR /&gt;&lt;BR /&gt;maxssiz 8388608 8388608   Static maxssiz_64bit 8388608      8388608   Stic    maxswapchunks 5473         5473   Static &lt;BR /&gt;&lt;BR /&gt;After I add SWAP space the programmr complining "software that should be working fine is also giving problem" &lt;BR /&gt;Kindly help&lt;BR /&gt;&lt;BR /&gt;And they send me below errors;&lt;BR /&gt;&lt;BR /&gt;fill_pabx_imsi|ratebc|070517:14:33|db_functions.c| 733|bcConnectToOracle: serName: 'ADM_RA&lt;BR /&gt;TING@TBC15'&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 :14:33|db_functions.c| 797|bcConnectToOracle: successful ion.&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|read_plmnxref.c| 'NET_PLMN_XREF_A'&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|fill_pabx_imsi.c| 264|getImsiFromXRef&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|fill_pabx_imsi.c| 265|Statement is-- 'select IMSI  from XNET_G&lt;BR /&gt;ET_ACT_IMSI_ADM where (MSISDN=:b0 and to_date(:b1,'YYYYMMDDHH24MISS') between (start_date-(1/24)) an&lt;BR /&gt;d end_date) order by start_date&lt;BR /&gt;                               h'&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|fill_pabx_imsi.c| 266|Function code is 0&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|fill_pabx_imsi.c| 269|ORA-00904: "START_DATE": invalid identif&lt;BR /&gt;ier&lt;BR /&gt;&lt;BR /&gt;Ahmed &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 17 May 2007 03:01:59 GMT</pubDate>
    <dc:creator>Ahmed_58</dc:creator>
    <dc:date>2007-05-17T03:01:59Z</dc:date>
    <item>
      <title>C program error ... Abort(coredump)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001646#M96080</link>
      <description>Dears,&lt;BR /&gt;Below messages appear to our apll team, which indicate swap need to be increased,...&lt;BR /&gt;--------------------------------------------- &lt;BR /&gt;Pid 21573 received a SIGSEGV for stack growth failure.Possible causes: insufficient memory or swap space,or stack size exceeded maxssiz. &lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;And after increasing swap file, now below message display, while running C program.&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;rate_vpn@bat-bcdr:/appl/rate_vpn/bin/rating$ _vpn/bin/cdr/mp/cdr_intermediate --postpaid --tapout --verbose  Abort(coredump)&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Previously, this program was running withoug any error.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ahmed</description>
      <pubDate>Thu, 17 May 2007 00:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001646#M96080</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2007-05-17T00:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: C program error ... Abort(coredump)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001647#M96081</link>
      <description>Hi Ahmed, &lt;BR /&gt;&lt;BR /&gt;Check you have enough memory available in the system with # swapinfo. After that, analyze your program, core with gdb. It could be due to bad programming. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 17 May 2007 00:41:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001647#M96081</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2007-05-17T00:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: C program error ... Abort(coredump)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001648#M96082</link>
      <description>Dear Arun,&lt;BR /&gt;Memory seems OK;&lt;BR /&gt;&lt;BR /&gt;# swapinfo -mat&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        4096       0    4096    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev        3424       0    3424    0%       0       -    1  /dev/vg00/lvol10&lt;BR /&gt;reserve       -    4651   -4651&lt;BR /&gt;memory     6513     111    6402    2%&lt;BR /&gt;total     14033    4762    9271   34%  -       0    -&lt;BR /&gt;Regards,&lt;BR /&gt;Ahmed</description>
      <pubDate>Thu, 17 May 2007 01:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001648#M96082</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2007-05-17T01:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: C program error ... Abort(coredump)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001649#M96083</link>
      <description>As Arun says, this is typically due to a programming error.  You probably have a recursive stack overflow.&lt;BR /&gt;&lt;BR /&gt;I assume you checked maxssiz and aren't using a Fortran like application that requires a gigantic stack?&lt;BR /&gt;&lt;BR /&gt;If you are now getting SIGABRT and there were no error messages explaining why, you need to get a stack trace then debug the issue.  Use gdb's "bt" command:&lt;BR /&gt;$ gdb executable core&lt;BR /&gt;(gdb) bt&lt;BR /&gt;(gdb) q</description>
      <pubDate>Thu, 17 May 2007 02:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001649#M96083</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-05-17T02:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: C program error ... Abort(coredump)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001650#M96084</link>
      <description>I'm not a C programmr, I only OS support, How can I find if maxsiz is the problem? currently it shows :&lt;BR /&gt;&lt;BR /&gt;maxssiz 8388608 8388608   Static maxssiz_64bit 8388608      8388608   Stic    maxswapchunks 5473         5473   Static &lt;BR /&gt;&lt;BR /&gt;After I add SWAP space the programmr complining "software that should be working fine is also giving problem" &lt;BR /&gt;Kindly help&lt;BR /&gt;&lt;BR /&gt;And they send me below errors;&lt;BR /&gt;&lt;BR /&gt;fill_pabx_imsi|ratebc|070517:14:33|db_functions.c| 733|bcConnectToOracle: serName: 'ADM_RA&lt;BR /&gt;TING@TBC15'&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 :14:33|db_functions.c| 797|bcConnectToOracle: successful ion.&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|read_plmnxref.c| 'NET_PLMN_XREF_A'&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|fill_pabx_imsi.c| 264|getImsiFromXRef&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|fill_pabx_imsi.c| 265|Statement is-- 'select IMSI  from XNET_G&lt;BR /&gt;ET_ACT_IMSI_ADM where (MSISDN=:b0 and to_date(:b1,'YYYYMMDDHH24MISS') between (start_date-(1/24)) an&lt;BR /&gt;d end_date) order by start_date&lt;BR /&gt;                               h'&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|fill_pabx_imsi.c| 266|Function code is 0&lt;BR /&gt;fill_pabx_imsi|ratebc|070517 10:14:33|fill_pabx_imsi.c| 269|ORA-00904: "START_DATE": invalid identif&lt;BR /&gt;ier&lt;BR /&gt;&lt;BR /&gt;Ahmed &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 May 2007 03:01:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001650#M96084</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2007-05-17T03:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: C program error ... Abort(coredump)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001651#M96085</link>
      <description>&amp;gt;How can I find if maxsiz is the problem? currently it shows: 8388608&lt;BR /&gt;&lt;BR /&gt;8 Mb should be fine.  If it was a problem you would still get that SIGSEGV error and not SIGABRT.  Unless there is a super special signal handler that prints a message then aborts??&lt;BR /&gt;&lt;BR /&gt;&amp;gt;After I add SWAP space the programmer complining "software that should be working fine is also giving problem"&lt;BR /&gt;&lt;BR /&gt;That programmer will have to debug his application.  By using gdb and getting a stack trace may make it obvious.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;And they send me below errors;&lt;BR /&gt;&lt;BR /&gt;Ah, that looked like a jumble of just junk.  Until I realized this was wrapped lines that seemed to have some error messages in it.&lt;BR /&gt;It would have been better to attach a file with this info, so it doesn't wrap.&lt;BR /&gt;&lt;BR /&gt;Anyway, it is still meaningless to me.  Just some error in:&lt;BR /&gt;ORA-00904: "START_DATE": invalid identifier</description>
      <pubDate>Thu, 17 May 2007 04:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001651#M96085</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-05-17T04:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: C program error ... Abort(coredump)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001652#M96086</link>
      <description>Dear Dennis,&lt;BR /&gt;Thanks for replay... now the programmrs looking into it.&lt;BR /&gt;Ahmed</description>
      <pubDate>Thu, 17 May 2007 05:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-program-error-abort-coredump/m-p/4001652#M96086</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2007-05-17T05:35:51Z</dc:date>
    </item>
  </channel>
</rss>

