<?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: 32bit C binaries core dumping on HP-UX11i in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213795#M91764</link>
    <description>Also, 'file' command would tell you if the binary is 32-bit or 64-bit.&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;# file ./a.out&lt;BR /&gt;./a.out:        ELF-32 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;So, its a 32-bit ELF binary.</description>
    <pubDate>Wed, 11 Jun 2008 07:25:42 GMT</pubDate>
    <dc:creator>Venkatesh BL</dc:creator>
    <dc:date>2008-06-11T07:25:42Z</dc:date>
    <item>
      <title>32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213788#M91757</link>
      <description>I am migrating a home grown c application from 10:20 to 11i. I need to keep it as 32bit because some parts of the system will still be running on 10:20 servers. The app is comprised of a number of daemon processes which communicate via JMS queues.&lt;BR /&gt;&lt;BR /&gt;I have switched to native threads (becaue HP-UX11 doesn't need green threads) and successfully recompiled the binaries (and JNI inrerface) using DAportable and PA_RISC to keep it all 32 bit, but my program crashes as soon as I try to start it.&lt;BR /&gt;&lt;BR /&gt;"getconf HW_CPU_SUPP_BITS" returns 64, does this mean I can't run a 32 bit binary, or is it something else?</description>
      <pubDate>Tue, 10 Jun 2008 10:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213788#M91757</guid>
      <dc:creator>Stephen Worrall</dc:creator>
      <dc:date>2008-06-10T10:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213789#M91758</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; getconf HW_CPU_SUPP_BITS" returns 64, does this mean I can't run a 32 bit binary, or is it something else? &lt;BR /&gt;&lt;BR /&gt;This simply means that your hardware runs a 64-bit kernel.  That doesn't mean that this isn't capable of running 32-bit code.&lt;BR /&gt;&lt;BR /&gt;The reason for the "crash" is important in diagnosis.  Do you have a core file, and what was the fault that created it?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 10 Jun 2008 12:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213789#M91758</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-06-10T12:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213790#M91759</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;OOPS! That was the thing I forgot to mention, I have got a core file, but it's been a few years since I did any development and I can't remember the command to run the debugger.&lt;BR /&gt;&lt;BR /&gt;I did suspect that there shouldn't be a problem running 32bit binaries, but it crashed so quickly, I was hoping for an easy solution.</description>
      <pubDate>Tue, 10 Jun 2008 14:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213790#M91759</guid>
      <dc:creator>Stephen Worrall</dc:creator>
      <dc:date>2008-06-10T14:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213791#M91760</link>
      <description>Sorry James, I just re-read the points guidelines and I should have assigned 4-7. I'll be more generous next time.</description>
      <pubDate>Tue, 10 Jun 2008 14:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213791#M91760</guid>
      <dc:creator>Stephen Worrall</dc:creator>
      <dc:date>2008-06-10T14:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213792#M91761</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can use gdb for analyzing core file.&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
      <pubDate>Tue, 10 Jun 2008 15:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213792#M91761</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-06-10T15:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213793#M91762</link>
      <description>gdb executable core&lt;BR /&gt;(gdb) bt&lt;BR /&gt;&lt;BR /&gt;Of course compiling it with -g will enable you to print out variables.</description>
      <pubDate>Tue, 10 Jun 2008 17:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213793#M91762</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-10T17:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213794#M91763</link>
      <description>Thank you both.&lt;BR /&gt;&lt;BR /&gt;In the mean time I had worked out that I used to use xdb, but as this is a new server that was supposed to be for test, rather than development, it hasn't been installed.&lt;BR /&gt;&lt;BR /&gt;gdb shows me that my programs are crashing in /usr/lib/libc.2 when trying to createJVM</description>
      <pubDate>Wed, 11 Jun 2008 06:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213794#M91763</guid>
      <dc:creator>Stephen Worrall</dc:creator>
      <dc:date>2008-06-11T06:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213795#M91764</link>
      <description>Also, 'file' command would tell you if the binary is 32-bit or 64-bit.&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;# file ./a.out&lt;BR /&gt;./a.out:        ELF-32 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;So, its a 32-bit ELF binary.</description>
      <pubDate>Wed, 11 Jun 2008 07:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213795#M91764</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-06-11T07:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213796#M91765</link>
      <description>&amp;gt;but as this is a new server that was supposed to be for test, rather than development, it hasn't been installed.&lt;BR /&gt;&lt;BR /&gt;xdb was last supported on 10.20.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;gdb shows me that my programs are crashing in libc.2 when trying to createJVM&lt;BR /&gt;&lt;BR /&gt;What's the stack trace look like?</description>
      <pubDate>Wed, 11 Jun 2008 07:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213796#M91765</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-11T07:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit C binaries core dumping on HP-UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213797#M91766</link>
      <description>Thanks everybody, I am making progress.&lt;BR /&gt;&lt;BR /&gt;My JNI interface was compiled in 64bit (file libjniqueue.sl). I've added +DAportable to the cc command and the core dumping has stopped.&lt;BR /&gt;&lt;BR /&gt;The bad new: my programs are still not starting, but now they just shut down nicely without saying why.&lt;BR /&gt;&lt;BR /&gt;I think it's with me now to add some debug lines (or run it inside gdb). I'll post an update later</description>
      <pubDate>Wed, 11 Jun 2008 08:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/32bit-c-binaries-core-dumping-on-hp-ux11i/m-p/4213797#M91766</guid>
      <dc:creator>Stephen Worrall</dc:creator>
      <dc:date>2008-06-11T08:15:24Z</dc:date>
    </item>
  </channel>
</rss>

