octave-maintainers
[Top][All Lists]
Advanced

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

core-dump setting text position with units=normalized


From: Ben Abbott
Subject: core-dump setting text position with units=normalized
Date: Sat, 20 Nov 2010 11:02:44 -0500

On MacOS 10.6.5 (or Ubuntu 10.04 via VirtualBox).

octave:1> ht = text (0, 0, "Hello", "units", "normalized");
octave:2> set (ht, "position", [0.5 0.5])
Assertion failed: (count () == 0), function freerep, file 
../liboctave/dim-vector.h, line 123.
panic: Abort trap -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete

In some cases, I don't immediately see a crash. But if I try a second time, I 
get a seg-fault for the text command. Both back-traces are attached.

I made to (trivial?) changes to text objects in the last two days.

        http://hg.savannah.gnu.org/hgweb/octave/rev/3f952c6973f7

        http://hg.savannah.gnu.org/hgweb/octave/rev/521f2bb7c443

I don't see how these could be responsible, but I hadn't seen this before, so 
they may be related.

Any ideas / insight?

Ben


Attachment: bt.txt
Description: Text document

Attachment: bt2.txt
Description: Text document


reply via email to

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