Bug 112880 - [PATCH] x11-wm/icewm fix TaskBarShowAPMStatus SIGSEGV
Summary: [PATCH] x11-wm/icewm fix TaskBarShowAPMStatus SIGSEGV
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-23 03:40 UTC by Daniel Roethlisberger
Modified: 2007-06-05 03:10 UTC (History)
1 user (show)

See Also:


Attachments
icewm-apm-fix.diff (890 bytes, patch)
2007-05-23 03:40 UTC, Daniel Roethlisberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Roethlisberger 2007-05-23 03:40:04 UTC
Fixes SIGSEGV in TaskBarShowAPMStatus code, as per tracker #1629022:

https://sourceforge.net/tracker/?func=detail&atid=100031&aid=1629022&group_id=31

How-To-Repeat: Set TaskBarShowAPMStatus = 1 and run IceWM.  It will dump core.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-23 03:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-05 03:02:40 UTC
alepulver    2007-06-05 02:02:35 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/icewm         Makefile 
  Added files:
    x11-wm/icewm/files   patch-src_aapm.cc 
  Log:
  - Fix SIGSEGV in TaskBarShowAPMStatus code, as per tracker #1629022:
  
  https://sourceforge.net/tracker/?func=detail&atid=100031&aid=1629022&group_id=31
  
  PR:             ports/112880
  Submitted by:   Daniel Roethlisberger <daniel@roe.ch>
  
  Revision  Changes    Path
  1.128     +1 -1      ports/x11-wm/icewm/Makefile
  1.1       +11 -0     ports/x11-wm/icewm/files/patch-src_aapm.cc (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 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-06-05 03:03:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!