Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Sep 2016 19:18:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197888] devel/codeblocks: Crashes on startup with coredump
Message-ID:  <bug-197888-13-lGGMjAdGMI@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

Andriy Voskoboinyk <avos@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |avos@freebsd.org

--- Comment #14 from Andriy Voskoboinyk <avos@freebsd.org> ---
Created attachment 174486
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174486&action=
=3Dedit
Disable optimizations for wxPGProperty::Init(const wxString&, const wxStrin=
g&)

The patch 'fixes' the problem for me (constructor tries to compare reference
address with NULL - and comparisons are optimized away, because "A reference
shall be initialized to refer to a valid object or function" and "a null
reference cannot exist in a well-defined program"); probably, it should use
pointers instead.

--=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-lGGMjAdGMI>