bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #25711] psppire on Windows crashes if receive a file name


From: Michel Boaventura
Subject: PSPP-BUG: [bug #25711] psppire on Windows crashes if receive a file name as argument.
Date: Wed, 25 Feb 2009 21:05:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.6) Gecko/2009022320 Gentoo Firefox/3.0.6

URL:
  <http://savannah.gnu.org/bugs/?25711>

                 Summary: psppire on Windows crashes if receive a file name
as argument.
                 Project: PSPP
            Submitted by: michelboaventura
            Submitted on: Wed Feb 25 21:05:52 2009
                Category: None
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

The last master git version crashes if receive a file name as argument. It
works if I pass any internal flags, like "-q"
and even if I pass an filename that doesn't exists psppire opens and tells me
that those file don't exist. And if I pass any other file, like a txt or a
binary, psppire opens and tells me that those file isn't a portable or system
file.

But if I pass an existing file it crashes. Debuging it I've found
that the problem is on gl/argp-parse.c:232:
err = (*group->parser)(key, arg, state);

If I comment this line, the program works, but doesn't load the file. Putting
this line:
printf("%p,%d,%s,%p\n",*group->parser,key, arg, state);
before the problem line I've got:
00412FCE,0,teste.sav,007AFD40




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25711>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]