Re: [Vala] testrunner.sh on OpenIndiana



On Wednesday, 8 November 2017, 20:23:24 GMT, Jason Martin <agrellum gmail com> wrote: 

ERROR:/export/home/agrellum/oi-userland/components/developer/vala/build/i86/tests/_test/main.c:111:control_flow_bug736774_2_main:
assertion failed: (keep != "test")
Maybe real OpenIndiana or Vala bug? I am not good with core dumps and gdb 

The core dump is because of the failed assertion. That's how GLib assertions work.
So the real question is why keep == "test". This is a memory leak bug:
https://bugzilla.gnome.org/show_bug.cgi?id=736774

keep has been defined as a pointer type, string*. I hope that helps a bit.


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