<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Debugging on Michael’s Domain</title><link>https://jeltsch.org/en/tags/debugging/</link><description>Recent content in Debugging on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/debugging/index.xml" rel="self" type="application/rss+xml"/><item><title>Debugging GCK2.5 under wine</title><link>https://jeltsch.org/en/debugging_gck2_5_under_wine/</link><pubDate>Fri, 25 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/debugging_gck2_5_under_wine/</guid><description>&lt;p&gt;GCK2.5.9 works with wine (crossover office 2.01 version). The 2.5.9 update doesn&amp;rsquo;t show the &amp;ldquo;Could not start the application because there is not enough memory&amp;rdquo; error. GCK starts up without any trouble and is partially usable. In fact it seems to be fully functional (including Deluxe import) with one big exception: new files cannot be created (quits upon selecting &amp;ldquo;File - New&amp;rdquo;. The empty window box where you can select what type of GCK file you want to create (sequence, illustration, etc) is drawn with the title &amp;ldquo;New Window&amp;rdquo;, but its not filled with content and the application quits.&lt;/p&gt;</description></item><item><title>Dubugging GCK2.5 under wine</title><link>https://jeltsch.org/en/dubugging_gck2_5_under_wine/</link><pubDate>Fri, 25 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/dubugging_gck2_5_under_wine/</guid><description>&lt;p&gt;The new window that fails to be displayed, contains (when run natievly under W2K) the following text (and radio buttons for the four different file types):Select File Type Contruct (Ctrl-C)Illustration (Ctrl-I)List (Ctrl-L)Gel (Ctrl-G)New File NameOKCancelThe text associated with the different radio buttons appears first in the debug file in the following lines (as determined by the command &amp;ldquo;grep -n &amp;ldquo;List&amp;rdquo; all_output &amp;gt; List_output&amp;rdquo;, etc): 3890577 Gel3885836 Illustration3881107 List3876329 ConstructThat is within the range where we predicted the error to be. Let&amp;rsquo;s now look at what happend shortly before and after these commands were issued. After using GCK2.5 under wine a little bit more, I noticed that there is another function that causes the program to crash without error message, namely the &amp;ldquo;find sequence&amp;rdquo; function. Also in this case a dialog is displayed in which the user is supposed to type in a nucleotide sequence. Maybe there is something in common for these two crashes which could help to identify the crucial system call that makes the program to crash.&lt;/p&gt;</description></item></channel></rss>