Bug 81148 - LyX-1.3.5 dumps core when a dialog is opened
Summary: LyX-1.3.5 dumps core when a dialog is opened
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-17 11:20 UTC by Koji Yokota
Modified: 2005-05-31 20:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Koji Yokota 2005-05-17 11:20:09 UTC
LyX-1.3.5 compiled with WITH_QT=yes dumps core when a dialog is opened. The error message is as follows:

Fatal error 'Recurse on a private mutex.' at line 988 in file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 0)
Abort trap (core dumped)

How-To-Repeat: Open any dialogs, say [file]->[open]
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-05-19 11:47:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Grab.
Comment 2 Koji Yokota 2005-05-23 09:20:56 UTC
I tested the same program on another machine which runs FreeBSD 5.4-RELEASE. It was running without any problems at first, but after "portupgrade -a" operation, it fell in the same pitfall. This time, the program immediately crashes with the same error as soon as it starts. One of dependent ports (build dependent ports?) which was updated recently may be suspicious (?).
-- 
Koji Yokota (yokota@res.otaru-uc.ac.jp)
Department of Economics
Otaru University of Commerce
Comment 3 Koji Yokota 2005-05-30 06:46:52 UTC
Modifying Makefile from
USE_LIBTOOL_VER=13
to
USE_LIBTOOL_VER=15
solves the problem.
Comment 4 Andrew Thompson freebsd_committer freebsd_triage 2005-05-31 00:59:43 UTC
> > 
> >  Modifying Makefile from
> >  USE_LIBTOOL_VER=13
> >  to
> >  USE_LIBTOOL_VER=15
> >  solves the problem.
> 
> could you please investigate and if so, give your approval?
> 

yes, please commit.
Comment 5 Simon Barner freebsd_committer freebsd_triage 2005-05-31 20:50:25 UTC
State Changed
From-To: open->closed

Committed, thanks!