<?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: wxWidgets-2.6.2 symbolic stack dump in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/wxwidgets-2-6-2-symbolic-stack-dump/m-p/3946294#M35466</link>
    <description>Note : &lt;BR /&gt;1) wxMOTIF is not the best maintained version of wxWidgets (not only on OpenVMS)&lt;BR /&gt;2) 2.8.x is now the current version&lt;BR /&gt;3) The best version for VMS is currently wxGTK with gtk1.x&lt;BR /&gt;&lt;BR /&gt;             Jouk</description>
    <pubDate>Tue, 20 Feb 2007 06:35:02 GMT</pubDate>
    <dc:creator>Jansen_8</dc:creator>
    <dc:date>2007-02-20T06:35:02Z</dc:date>
    <item>
      <title>wxWidgets-2.6.2 symbolic stack dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wxwidgets-2-6-2-symbolic-stack-dump/m-p/3946292#M35464</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I am new to OpenVMS however I have working with Alpha for number of years.&lt;BR /&gt;&lt;BR /&gt;Anyway I am trying to build wxWidgets-2.6.2 on OpenVMS 8.2 with Motif and version 6.4 C++ of the compiler.&lt;BR /&gt;&lt;BR /&gt;I can get wxWidgets-2.6.2 and the dialogs to build however when I go run the sample I get the following core dump any ideas why?   &lt;BR /&gt;&lt;BR /&gt;X Toolkit Warning: Cannot convert string "-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1" to type FontStruct %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000004, PC=FFFFFFFF80E93E74, PS=0000001B %TRACE-F-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;  image    module    routine             line      rel PC           abs PC&lt;BR /&gt; DECW$XTLIBSHRR5                            0 0000000000057E74 &lt;BR /&gt;FFFFFFFF80E93E74&lt;BR /&gt; dialogs  utils  wxDoChangeBackgroundColour&lt;BR /&gt;                                        69011 000000000000309C 000000000038E10C&lt;BR /&gt; dialogs  menu  SetBackgroundColour     66957 0000000000003448 &lt;BR /&gt;0000000000201608&lt;BR /&gt; dialogs  menu  SetBackgroundColour     66970 0000000000003484 &lt;BR /&gt;0000000000201644&lt;BR /&gt; dialogs  menu  CreateMenu              66877 000000000000314C &lt;BR /&gt;000000000020130C&lt;BR /&gt; dialogs  menu  CreateMenuBar           66729 00000000000029AC &lt;BR /&gt;0000000000200B6C&lt;BR /&gt; dialogs  dialogs  OnInit               63782 0000000000007D48 &lt;BR /&gt;00000000001E7D48&lt;BR /&gt; dialogs  dialogs  CallOnInit           40296 00000000000012A8 &lt;BR /&gt;00000000001E12A8&lt;BR /&gt; dialogs  init  wxEntry                 41061 00000000000011F4 &lt;BR /&gt;000000000041DBB4&lt;BR /&gt; dialogs  dialogs  main                 63509 0000000000003F54 &lt;BR /&gt;00000000001E3F54&lt;BR /&gt; dialogs  dialogs  __MAIN                   0 0000000000000070 &lt;BR /&gt;00000000001E0070&lt;BR /&gt; dialogs                                    0 00000000004C41C8 &lt;BR /&gt;00000000004C41C8&lt;BR /&gt; PTHREAD$RTL                                0 00000000000572E8 &lt;BR /&gt;FFFFFFFF80A512E8&lt;BR /&gt; PTHREAD$RTL                                0 0000000000030444 &lt;BR /&gt;FFFFFFFF80A2A444&lt;BR /&gt;                                            0 FFFFFFFF80333F94&lt;BR /&gt;FFFFFFFF80333F94&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Feb 2007 13:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wxwidgets-2-6-2-symbolic-stack-dump/m-p/3946292#M35464</guid>
      <dc:creator>CoreDump</dc:creator>
      <dc:date>2007-02-16T13:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: wxWidgets-2.6.2 symbolic stack dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wxwidgets-2-6-2-symbolic-stack-dump/m-p/3946293#M35465</link>
      <description>Hello and welcome to ITRC.&lt;BR /&gt;&lt;BR /&gt;One of the most powerful tools around these parts is the OpenVMS debugger.&lt;BR /&gt;&lt;BR /&gt;Recompile your source code port with /DEBUG/NOOPTIMIZE on all of your source modules and then LINK your resulting image(s) with /DEBUG, then re-invoke your application.  You'll end up in the OpenVMS debugger, and you can then step forward to the particular trigger for this access violation (ACCVIO) error.&lt;BR /&gt;&lt;BR /&gt;The access violation produces details of the specific error; see HELP/MESSAGE ACCVIO.  The cryptic values displayed will tell what was happening when the error occured -- a read or write, and to what virtual address, and from what instruction.  In this case, it looks to be something inside the x library that blew up, which generally points to an argument-passing or related error.&lt;BR /&gt;&lt;BR /&gt;I'd look at the handling within the code around the font conversion, as I could easily see an unhandled or mishandled error case causing problems later in the code; a snow-balling error.&lt;BR /&gt;&lt;BR /&gt;Using STEP commands and other such, the debugger will allow you to walk forward through the code, and determine what might be happening.&lt;BR /&gt;&lt;BR /&gt;There's a potentially interesting discussion on wxWidgets here:&lt;BR /&gt;&lt;A href="http://nchrem.tnw.tudelft.nl/openvms/software2.html" target="_blank"&gt;http://nchrem.tnw.tudelft.nl/openvms/software2.html&lt;/A&gt;&lt;BR /&gt;and which discusses a compilation fix.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Feb 2007 13:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wxwidgets-2-6-2-symbolic-stack-dump/m-p/3946293#M35465</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-16T13:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: wxWidgets-2.6.2 symbolic stack dump</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wxwidgets-2-6-2-symbolic-stack-dump/m-p/3946294#M35466</link>
      <description>Note : &lt;BR /&gt;1) wxMOTIF is not the best maintained version of wxWidgets (not only on OpenVMS)&lt;BR /&gt;2) 2.8.x is now the current version&lt;BR /&gt;3) The best version for VMS is currently wxGTK with gtk1.x&lt;BR /&gt;&lt;BR /&gt;             Jouk</description>
      <pubDate>Tue, 20 Feb 2007 06:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wxwidgets-2-6-2-symbolic-stack-dump/m-p/3946294#M35466</guid>
      <dc:creator>Jansen_8</dc:creator>
      <dc:date>2007-02-20T06:35:02Z</dc:date>
    </item>
  </channel>
</rss>

