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

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

PSPP-BUG: [bug #27046] Segfault in PSPPIRE with EXAMINE command


From: Ben Pfaff
Subject: PSPP-BUG: [bug #27046] Segfault in PSPPIRE with EXAMINE command
Date: Fri, 17 Jul 2009 03:07:51 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009061319 Iceweasel/3.0.11 (Debian-3.0.11-1)

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

                 Summary: Segfault in PSPPIRE with EXAMINE command
                 Project: PSPP
            Submitted by: blp
            Submitted on: Thu Jul 16 20:07:48 2009
                Category: Graphical User Interface
                Severity: 5 - Average
                  Status: Confirmed
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

I confirmed that the following syntax causes a segfault in PSPPIRE on the
master branch at commit 71cc988f2ad781457fd5d43f284990825fcd9a8d:


DATA LIST LIST /A B.
EXAMINE 
        /VARIABLES= a
        BY  b
        /MISSING=LISTWISE.
BEGIN DATA.
1 3
2 4
END DATA.


Brandon Barker <address@hidden> submitted the initial report as
follows:


From: Brandon Barker <address@hidden>
Subject: PSPP-BUG: core dumped on solaris
To: address@hidden
Date: Wed, 15 Jul 2009 21:03:11 -0400

Hi,

I'm new to PSPP and SPSS.  I had the following crash after creating
two variables with columns (1,2) and (3,4), highlighting them, and
then clicking Analyze->Descriptive Statistics->Explore (doing
functions other than explore also causes the application to crash):

Core file is available: http://barker.homeunix.net/bb/pspp_explore_core

bash-3.2$ psppire

** (psppire:27240): CRITICAL **: psppire_data_store_set_string:
assertion `pv' failed

** (psppire:27240): CRITICAL **: psppire_data_store_set_string:
assertion `pv' failed

** (psppire:27240): CRITICAL **: psppire_data_store_set_string:
assertion `pv' failed

** (psppire:27240): CRITICAL **: psppire_data_store_set_string:
assertion `pv' failed

** (psppire:27240): CRITICAL **: psppire_data_store_set_string:
assertion `pv' failed

** (psppire:27240): CRITICAL **: psppire_data_store_set_string:
assertion `pv' failed

** (psppire:27240): CRITICAL **: psppire_data_store_set_string:
assertion `pv' failed

** (psppire:27240): CRITICAL **: psppire_data_store_set_string:
assertion `pv' failed

** (psppire:27240): CRITICAL **: psppire_data_store_set_string:
assertion `pv' failed

(psppire:27240): libglade-WARNING **: Could not load support for
`psppire': ld.so.1: psppire: fatal: libpsppire.so: open failed: No
such file or directory

(psppire:27240): libglade-WARNING **: unknown widget class 'PsppireDialog'

(psppire:27240): libglade-WARNING **: unknown widget class 'PsppireDialog'

(psppire:27240): libglade-WARNING **: unknown widget class 'PsppireDialog'

** (psppire:27240): CRITICAL **: Widget "treeview1" could not be found


** (psppire:27240): CRITICAL **: Widget "stats-button" could not be found


** (psppire:27240): CRITICAL **: Widget "opts-button" could not be found


** (psppire:27240): CRITICAL **: Widget "psppire-selector1" could not be
found


** (psppire:27240): CRITICAL **: Widget "psppire-selector2" could not be
found


** (psppire:27240): CRITICAL **: Widget "psppire-selector3" could not be
found


** (psppire:27240): CRITICAL **: Widget "treeview2" could not be found


** (psppire:27240): CRITICAL **: Widget "treeview3" could not be found


** (psppire:27240): CRITICAL **: Widget "entry1" could not be found


** (psppire:27240): CRITICAL **: Widget "radiobutton1" could not be found


** (psppire:27240): CRITICAL **: Widget "radiobutton2" could not be found


** (psppire:27240): CRITICAL **: Widget "radiobutton3" could not be found


** (psppire:27240): CRITICAL **: Widget "descriptives-button" could not be
found


** (psppire:27240): CRITICAL **: Widget "extremes-button" could not be found


** (psppire:27240): CRITICAL **: Widget "percentiles-button" could not be
found


(psppire:27240): GLib-GObject-WARNING **: invalid cast from `GtkLabel'
to `GtkWindow'

(psppire:27240): GLib-GObject-WARNING **: attempt to retrieve private
data for invalid type 'GtkWindow'

(psppire:27240): Gtk-CRITICAL **: file gtkwindow.c: line 2265:
assertion `GTK_IS_WINDOW (window)' failed

(psppire:27240): GLib-GObject-WARNING **: invalid cast from `GtkLabel'
to `GtkWindow'

(psppire:27240): GLib-GObject-WARNING **: attempt to retrieve private
data for invalid type 'GtkWindow'

(psppire:27240): Gtk-CRITICAL **: file gtkwindow.c: line 2265:
assertion `GTK_IS_WINDOW (window)' failed

(psppire:27240): GLib-GObject-WARNING **: invalid cast from `GtkLabel'
to `GtkWindow'

(psppire:27240): GLib-GObject-WARNING **: attempt to retrieve private
data for invalid type 'GtkWindow'

(psppire:27240): Gtk-CRITICAL **: file gtkwindow.c: line 2265:
assertion `GTK_IS_WINDOW (window)' failed

(psppire:27240): Gtk-CRITICAL **: file gtktreeview.c: line 10849:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(psppire:27240): Gtk-CRITICAL **: file gtktreeview.c: line 10695:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(psppire:27240): Gtk-CRITICAL **: file gtktreeview.c: line 11158:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(psppire:27240): Gtk-CRITICAL **: file gtktreeselection.c: line 163:
assertion `GTK_IS_TREE_SELECTION (selection)' failed

(psppire:27240): GLib-GObject-CRITICAL **: file gobject.c: line 1534:
assertion `G_IS_OBJECT (object)' failed

(psppire:27240): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(psppire:27240): GLib-GObject-CRITICAL **: file gsignal.c: line 2238:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(psppire:27240): Gtk-CRITICAL **: file gtktreeview.c: line 10695:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(psppire:27240): Gtk-CRITICAL **: file gtktreeview.c: line 11158:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed
**
ERROR:src/ui/gui/psppire-selector.c:791:psppire_selector_set_subjects:
assertion failed: (selector)
Abort (core dumped)


Brandon Barker
Phone: (607) 262-6009
address@hidden
http://brandon.barker.googlepages.com/home


_______________________________________________
Bug-gnu-pspp mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnu-pspp





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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