<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I am not sure whether this is a problem with the Gdal tools plugin or
with the QGIS application, but I worked out how to overcome it. In case
it might help anyone else here is the solution.<br>
<br>
In the dialogBase.py file there is a section which renames the file to
a ".bat" if the platform is windows. I don't know why this is causing
the seg fault - I assume that the "if" statement is failing but
commenting out the offending lines works for me.<br>
<br>
      # on Windows replace the .py with .bat extension<br>
#      if platform.system() == "Windows" and pluginCommand[-3:] ==
".py":<br>
#        self.command = pluginCommand[:-3] + ".bat"<br>
#      else:<br>
      self.command = pluginCommand<br>
<br>
Gary<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:qgis-user-request@lists.osgeo.org">qgis-user-request@lists.osgeo.org</a> wrote:
<blockquote cite="mid:20100418160021.97224E016D5@lists.osgeo.org"
 type="cite">
  <pre wrap="">Send Qgis-user mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:qgis-user-request@lists.osgeo.org">qgis-user-request@lists.osgeo.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:qgis-user-owner@lists.osgeo.org">qgis-user-owner@lists.osgeo.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Qgis-user digest..."


Today's Topics:

   1. Re: QGIS 1.5 segmentation fault with GDAL tools
      (Giuseppe Sucameli)


----------------------------------------------------------------------

Message: 1
Date: Sat, 17 Apr 2010 20:52:00 +0200
From: Giuseppe Sucameli <a class="moz-txt-link-rfc2396E" href="mailto:brush.tyler@gmail.com"><brush.tyler@gmail.com></a>
Subject: Re: [Qgis-user] QGIS 1.5 segmentation fault with GDAL tools
To: Gary Smith <a class="moz-txt-link-rfc2396E" href="mailto:gary.smith.rsa@gmail.com"><gary.smith.rsa@gmail.com></a>
Cc: <a class="moz-txt-link-abbreviated" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:m2rbaea77b11004171152of9d14e33of094d1d9261f965b@mail.gmail.com"><m2rbaea77b11004171152of9d14e33of094d1d9261f965b@mail.gmail.com></a>
Content-Type: text/plain; charset=ISO-8859-1

Hi Gary,

On Fri, Apr 16, 2010 at 8:16 PM, Gary Smith <a class="moz-txt-link-rfc2396E" href="mailto:gary.smith.rsa@gmail.com"><gary.smith.rsa@gmail.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Can someone assist with a problem that I am having. When trying to run any
of the options under the "Raster menu" except "About GdalTools" I get a
segmentation fault.

The problem is with GDalTools 1.1.0 and 1.1.1
    </pre>
  </blockquote>
  <pre wrap=""><!---->it's very strange. It works fine on my Ubuntu.
Did you try to uninstall and re-install it?

Cheers.

  </pre>
</blockquote>
</body>
</html>