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

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

PSPP-BUG: [bug #31611] [GNU PSPP 0.7.6] testsuite: 104 105


From: Ben Pfaff
Subject: PSPP-BUG: [bug #31611] [GNU PSPP 0.7.6] testsuite: 104 105
Date: Mon, 15 Nov 2010 06:20:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.10) Gecko/20100623 Iceweasel/3.5.10 (like Firefox/3.5.10)

Update of bug #31611 (project pspp):

                 Summary: [GNU PSPP 0.7.6] testsuite: 104 105 286 299 680 689
failed => [GNU PSPP 0.7.6] testsuite: 104 105

    _______________________________________________________

Follow-up Comment #5:

I also pushed fixes for test #680 and #689.  That leaves #104 and #105, so
I'm updating the title.  I can't reproduce those failures here, so bojo42 are
you willing to do some detective work on this one?  Start by cutting and
pasting the following into a file named "get.sps":


DATA LIST LIST NOTABLE 
        /a b c d e f g h i j k l m n o p q r s t u v w x y z (F2.0).
BEGIN DATA.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
END DATA.
LIST.
SAVE OUTFILE='test.sav'/uncompressed.
GET FILE='test.sav'/KEEP=x y z all.
LIST.


Then, from the PSPP build directory, run it under GDB with the command:


./libtool --mode=execute gdb --args src/ui/terminal/pspp get.sps
-vertatim-

At the GDB prompt, enter "break xalloc_die" on one line and  "run" on
another.  PSPP should start and fail with the message "xrealloc: out of
virtual memory" and bring you back to a GDB prompt.  Then run the "backtrace"
command and paste the output into this bug report.

Thanks,

Ben.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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