Comment 3 for bug 493375

Revision history for this message
Richard Alex Hofer (javagamer) wrote :

I'm getting what appears to be the same error. When I ran oregano with gdb and attempted to simulate a very simple circuit (VDC, resistor, probe) it crashed with this:

Reading symbols from /usr/bin/oregano...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/oregano
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe6dc5710 (LWP 6904)]
[New Thread 0x7fffe65c4710 (LWP 6905)]
[New Thread 0x7fffe5bbf710 (LWP 6906)]
[New Thread 0x7fffe53be710 (LWP 6907)]
[Thread 0x7fffe65c4710 (LWP 6905) exited]
[Thread 0x7fffe5bbf710 (LWP 6906) exited]
[Thread 0x7fffe53be710 (LWP 6907) exited]

(oregano:6901): Gtk-WARNING **: Copy: missing action Copy

(oregano:6901): Gtk-WARNING **: Cut: missing action Cut

(oregano:6901): Gtk-WARNING **: Delete: missing action Delete

(oregano:6901): Gtk-WARNING **: Rotate: missing action Rotate

(oregano:6901): Gtk-WARNING **: FlipH: missing action FlipH

(oregano:6901): Gtk-WARNING **: FlipV: missing action FlipV

(oregano:6901): Gtk-WARNING **: ObjectProperties: missing action ObjectProperties
[New Thread 0x7fffe53be710 (LWP 6909)]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff53b5817 in g_main_context_dispatch () from /lib/libglib-2.0.so.0

I appear to be unable to locate the source code, otherwise I would attempt to confirm what haninjapan said about compiling from source. I'm not actually on Ubuntu, but amd64 Debian, but this seems to be the same problem I'm having.