Bug 177795 - graphics/mirage crashes when passing image file as options
Summary: graphics/mirage crashes when passing image file as options
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-12 03:00 UTC by robert.ayrapetyan
Modified: 2013-05-22 18:44 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 robert.ayrapetyan 2013-04-12 03:00:00 UTC
mirage crashes when passing img file as an option, e.g.:

mirage /home/pic.jpg

As previously, this is connected with improper order of thread_* functions call.

Fix: 

Put thread_* calls in proper order.
How-To-Repeat: mirage /home/pic.jpg
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-12 03:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2013-05-22 18:44:08 UTC
State Changed
From-To: open->closed

Fixed in port revision 0.9.5.2_3. Thanks for reporting!