[Bug 197888] [patch] devel/codeblocks: Crashes on startup with coredump when compiled with Clang (-O2)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Oct 9 23:55:34 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197888
Dimitry Andric <dim at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #174486|0 |1
is obsolete| |
--- Comment #19 from Dimitry Andric <dim at FreeBSD.org> ---
Created attachment 175592
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175592&action=edit
Remove null references in wxPGProperty
Since changing all the references to pointers is very invasive, here is an
alternative way of fixing this. It replaces the null references with
references to a perfectly normal wxString instance.
This should also be submitted upstream, but it seems wxPropertyGrid is pretty
much dead, the last update to it was in 2011. Maybe the Code::Blocks project
is interested.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list