pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/41845: devel/pango segfaults on compile on m68k/sun3



>Number:         41845
>Category:       pkg
>Synopsis:       devel/pango segfaults on compile on m68k/sun3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 08 03:35:00 +0000 2009
>Originator:     John Carr
>Release:        NetBSD-5.0
>Organization:
>Environment:
NetBSD moonbeam 5.0 NetBSD 5.0 (MOONBEAM-SLIM) #0: Wed Jul 15 19:42:20 EDT 2009 
 root@moonbeam:/usr/src/sys/arch/sun3/compile/MOONBEAM-SLIM sun3
>Description:
I'm running into a problem with getting devel/pango compiled on m68k.
I've tried versions 1.24.0 through 1.24.5 with pkgsrc-2009Q1,
pkgsrc-2009Q2 and -current and getting the same result below. I know
that a 139 is an out of memory error generally, but my hard & soft
limits are max'd; I'm also not seeing it use an inordinate amount of RAM
or swap during this part of the compile... especially since it's
consistently dumping core in the exact same place, which seems to be when it's 
writing a file. 

My kernel is a pretty stock GENERIC, only slightly slimmed down on devices for 
sun3 and maxusers increased. Additionally, options MAXDSIZ was increased to 
96Mb.

The error is below with results of a gdb directly after:

(cd .libs && rm -f pango-tibetan-fc.la && ln -s ../pango-tibetan-fc.la 
pango-tibetan-fc.la)
gmake[3]: Leaving directory
`/usr/pkgsrc/devel/pango/work/pango-1.24.5/modules/tibetan'
gmake[3]: Entering directory
`/usr/pkgsrc/devel/pango/work/pango-1.24.5/modules'
Writing a pango.modules file to use with tests/examples.
[1]   Segmentation fault (core dumped) ../pango/pango-q...
gmake[3]: *** [pango.modules] Error 139
gmake[3]: Leaving directory
`/usr/pkgsrc/devel/pango/work/pango-1.24.5/modules'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/pkgsrc/devel/pango/work/pango-1.24.5/modules'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/devel/pango/work/pango-1.24.5'
gmake: *** [all] Error 2


moonbeam# gdb pango/.libs/pango-querymodules modules/pango-querymodul.core
GNU gdb 6.5
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "m68k--netbsdelf"...
Cannot access memory at address 0x60b20a8
(gdb) bt
#0  0x060a89be in ?? ()
#1  0x00000001 in ?? ()
#2  0x066061b0 in ?? ()
#3  0x06638080 in ?? ()
#4  0x063245a0 in ?? ()
#5  0x063243cc in ?? ()
#6  0x0dffd8d8 in ?? ()
#7  0x06321996 in ?? ()
#8  0x066061b0 in ?? ()
#9  0x00000001 in ?? ()
#10 0x0dfffff0 in ?? ()
#11 0x00000000 in ?? ()
(gdb)  

>How-To-Repeat:
Compile devel/pango out of pkgsrc-2009Q2
>Fix:



Home | Main Index | Thread Index | Old Index