belma / animata

Automatically exported from code.google.com/p/animata
GNU General Public License v3.0
0 stars 0 forks source link

Crash when loading multi-layer project #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run animata
2. Open an existing project that uses multiple layers

- What is the expected output? 

Project should be displayed

- What do you see instead?

Animata crashes.

- What version of the product are you using? 
Cannot find version info.  This is from trunk source on 2012-Dec-30

- On what operating system?
Ubuntu 10.10 running KDE3.5 (Trinity KDE)

This is the message in the system log:

   animata[11932] general protection ip:454036 sp:7f8df2db5be0 error:0 in animata[400000+7f000]

This is what I get using gdb:

(gdb) run
Starting program: /home/james/data/vendor/animata-svn/build/animata 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffefd00700 (LWP 12042)]
[New Thread 0x7fffef4ff700 (LWP 12043)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffef4ff700 (LWP 12043)]
0x0000000000454036 in osc::OutboundPacketStream::EndElement (this=0x6917c0, 
endPtr=0x690c95 "") at src/libs/oscpack/osc/OscOutboundPacketStream.cpp:192
192                 (uint32*)(data_ + 
*reinterpret_cast<uint32*>(elementSizePtr_));

Please provide any additional information below.

Original issue reported on code.google.com by ja...@neurogami.com on 30 Dec 2011 at 4:47

GoogleCodeExporter commented 8 years ago
This is on  a 64-bit OS.

Original comment by ja...@neurogami.com on 30 Dec 2011 at 5:13