pspp-users
[Top][All Lists]
Advanced

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

psppire.exe 0.8.2-gf8ea4b crash


From: ftr
Subject: psppire.exe 0.8.2-gf8ea4b crash
Date: Wed, 12 Feb 2014 22:26:18 +0100
User-agent: Mozilla/5.0 (Windows NT 6.0; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Hi,

I just installed psppire.exe 0.8.2-gf8ea4b to run under Windows Vista Home and did some calculation to prepare an analysis when the prog crashed.

The syntax that created the crash is as follows:

recode d11 (15 thru 24=1)(25 thru 34=2)(35 thru 55=3)(55 thru 64=4)(65 thru 74=5)(75 thru 97=6)(else=9) into agegrp.
missing values agegrp (9).
val lab agegrp
1 '15-24'
2 '25-34'
3 '35-54'
4 '55-64'
5 '65-74'
6 '75+'.

freq d10 d7r2 d7r1 d7r3 d25 d15a_r2 d61 d61r d63.

recode qa3_1 to qa3_15 qa4_1 to qa4_15 (1=1)(2=-1)(3=0).
val lab qa3_1 to qa3_15 -1 'worse' 0 'same' 1 'better'/
qa4_1 to qa4_15 -1 'worse' 0 'same' 1 'improved'.

freq  qa3_1 to qa3_15 qa4_1 to qa4_15.


However running the syntax again did not reproduce the error.

Any help appreciated.
- ftr

BTW: The advances in the 0.82 version are great. Congrats for the developers.

The event viewer produces the following output :

Nom du journal :Application
Source :       Application Error
Date :         12/02/2014 18:29:18
ID de l'événement :1000
Catégorie de la tâche :(100)
Niveau :       Erreur
Mots clés :    Classique
Utilisateur :  N/A
Ordinateur :   portable2
Description :
Application défaillante psppire.exe, version 0.8.2.40162, horodatage 0x52d84b61, module défaillant unknown, version 0.0.0.0, horodatage 0x00000000, code d’exception 0xc0000005, décalage d’erreur 0x0b1a80b8, ID du processus 0x1038, heure de début de l’application 0x01cf2781c36e4d20.
XML de l’événement :
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-02-12T17:29:18.000Z" />
    <EventRecordID>367318</EventRecordID>
    <Channel>Application</Channel>
    <Computer>portable2</Computer>
    <Security />
  </System>
  <EventData>
    <Data>psppire.exe</Data>
    <Data>0.8.2.40162</Data>
    <Data>52d84b61</Data>
    <Data>unknown</Data>
    <Data>0.0.0.0</Data>
    <Data>00000000</Data>
    <Data>c0000005</Data>
    <Data>0b1a80b8</Data>
    <Data>1038</Data>
    <Data>01cf2781c36e4d20</Data>
  </EventData>
</Event>



reply via email to

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