Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Oct 2016 23:55:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197888] [patch] devel/codeblocks: Crashes on startup with coredump when compiled with Clang (-O2)
Message-ID:  <bug-197888-13-rwLU9pBW0m@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197888-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197888-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197888

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #174486|0                           |1
        is obsolete|                            |

--- Comment #19 from Dimitry Andric <dim@FreeBSD.org> ---
Created attachment 175592
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175592&action=
=3Dedit
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 pret=
ty
much dead, the last update to it was in 2011.  Maybe the Code::Blocks proje=
ct
is interested.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197888-13-rwLU9pBW0m>