[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #13054] Infinite loop in LIST command
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #13054] Infinite loop in LIST command |
Date: |
Wed, 11 May 2005 01:21:38 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050420 Debian/1.7.7-2 |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13054>
Summary: Infinite loop in LIST command
Project: PSPP
Submitted by: jmd
Submitted on: Wed 05/11/05 at 01:21
Category: Other
Severity: 9 - Blocker
Status: None
Assigned to: None
Open/Closed: Open
Release: None
Effort: 0.00
_______________________________________________________
Details:
There's a report at
http://www.chronovault.net/websites/tobi/researchID/results
Which gives a link to 2 spss system files.
I downloaded each of them, and did
GET /FILE='survey_data...sav'.
LIST.
The list command gets stuck in an infinite loop.
Brief investigation showed the offending loop is at data-out.c:1235
which says:
/* Normally we only go through the loop once; occasionally twice.
Three times or more indicates a very serious bug somewhere. */
for (;;)
{
.
.
.
}
In view of this comment, I'm marking this problem as Severity:9
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13054>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #13054] Infinite loop in LIST command,
John Darrington <=
- PSPP-BUG: [bug #13054] Infinite loop in LIST command, John Darrington, 2005/05/10
- PSPP-BUG: [bug #13054] Infinite loop in LIST command, Ben Pfaff, 2005/05/10
- PSPP-BUG: [bug #13054] Infinite loop in LIST command, Ben Pfaff, 2005/05/10
- PSPP-BUG: [bug #13054] Infinite loop in LIST command, Ben Pfaff, 2005/05/14
- PSPP-BUG: [bug #13054] Infinite loop in LIST command, John Darrington, 2005/05/14
- PSPP-BUG: [bug #13054] Infinite loop in LIST command, Ben Pfaff, 2005/05/16
- PSPP-BUG: [bug #13054] Infinite loop in LIST command, Ben Pfaff, 2005/05/17
- PSPP-BUG: Re: [bug #13054] Infinite loop in LIST command, John Darrington, 2005/05/11
- PSPP-BUG: Re: [bug #13054] Infinite loop in LIST command, John Darrington, 2005/05/11