Bug 156088 - graphics/gnash: Segmentation fault, if opengl is the only renderer and hasn't been explicitly defined
Summary: graphics/gnash: Segmentation fault, if opengl is the only renderer and hasn't...
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 12:00 UTC by Lars Herschke
Modified: 2011-09-06 20:23 UTC (History)
0 users

See Also:


Attachments
file.diff (373 bytes, patch)
2011-03-31 12:00 UTC, Lars Herschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Herschke 2011-03-31 12:00:20 UTC

Fix: build gnash with patch or set renderer explicitly on command line or in gnashrc

Patch attached with submission follows:
How-To-Repeat: build gnash with opengl as only renderer and then run gnash without set an renderer on command line or in gnashrc
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-04-01 20:11:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Since the submitter's mbox is full, some detective work was needed, but 
it seems this is about gnash after all.  Fix synopsis and assign.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2011-09-06 16:56:56 UTC
State Changed
From-To: open->feedback

Could you check whether this fix is still needed after 0.8.9 update? 
Seems like only one of two lines was changed upstream.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-09-06 20:15:19 UTC
amdmi3      2011-09-06 19:15:10 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gnash       Makefile 
  Added files:
    graphics/gnash/files patch-gui-gtk-gtk_canvas.cpp 
  Log:
  - Fix segfault with OpenGL selected as the only renderer
  
  PR:             156088
  Submitted by:   Lars <dakta@gmx.de>
  
  Revision  Changes    Path
  1.57      +1 -0      ports/graphics/gnash/Makefile
  1.1       +11 -0     ports/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2011-09-06 20:23:47 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!