System: Debian/x86
Package versions:
ii libperl5.8 5.8.3-2 Shared Perl library.
ii libqt-perl 3.008-1 Perl bindings for the
Qt library
The simplest way to reproduce this is to use pqtsh.
When I run the
following commands:
use Qt::attributes qw(table);
table = Qt::Table();
table->show;
table->setNumRows(1);
table->setNumCols(1);
table->setText(0,0,"hello");
table->removeRow(0);
the final command causes a segmentation fault.
valgrind strongly
indicates that this is a double-free bug (logs attached).
Interestingly, if I keep running (which is possible
only under
valgrind), I don't see the problem again.
Nobody/Anonymous
None
None
Public
|
Date: 2005-12-19 19:48 Logged In: YES |
|
Date: 2005-12-14 19:03 Logged In: YES |
|
Date: 2004-03-31 21:39 Logged In: YES |
|
Date: 2004-03-27 05:39 Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| vgout | valgrind output | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 81546: vgout | 2004-03-27 05:35 | mhh14 |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use