[MacPorts] #22468: xmgr crashes on "Printer Setup"

MacPorts noreply at macports.org
Sun Jan 30 10:27:47 PST 2011


#22468: xmgr crashes on "Printer Setup"
-----------------------------------+----------------------------------------
  Reporter:  peterp@…              |       Owner:  mlund@…      
      Type:  defect                |      Status:  closed       
  Priority:  Normal                |   Milestone:               
 Component:  ports                 |     Version:  1.8.1        
Resolution:  fixed                 |    Keywords:  LP64         
      Port:  xmgr                  |  
-----------------------------------+----------------------------------------

Comment(by mlund@…):

 Sounds like a good solution. I've found the following comment about xmgr
 on 64-bit linux:

 ----
 Bugfixes to xmgr
 In x86_64 linux, xmgr crashes if you select the Legends dialog. Edit the
 file motifutils.c and change line 125 from

   while ((s = va_arg(var, char *)) != NULL ) {
 to

   while ((s = va_arg(var, char *)) != NULL && i<nchoices) {
 -----

 on http://brneurosci.org/linuxsetup101.html

 I will check if this solves the issue.

-- 
Ticket URL: <https://trac.macports.org/ticket/22468#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list