Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 23:57:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202381] www/qupzilla-qt5 - Crash after clean install, clean profile
Message-ID:  <bug-202381-13-BrqvdYGor3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202381-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202381-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=202381

--- Comment #2 from matthew@reztek.cz ---
I'm aware of some issues with the Qt5 port of QupZilla. There is one issue
which will be resolved by the eventual Qt 5.5 update, and there are some issues
with Qt5  that have been resolved by upstream in their repo but not yet
released.

I reported your particular issue to the author today. It appears there are two
things going wrong. When creating the new profile there is some confusion with
the current directory and files being created. Somewhere along the line it
tries to throw a warning or error, probably after it fails to create a file.
When it tries to output a message it refers to context info (file, function,
line) which only exists in debug builds. The warning becomes fatal when it
passes a couple null pointers for strings, culminating in the strlen(null) at
the top of your backtrace.

-- 
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-202381-13-BrqvdYGor3>