NetBSD-Bugs archive

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

Re: lib/54135: sparc userland can not deal with 8k page size



The following reply was made to PR lib/54135; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: Martin Husemann <martin%duskware.de@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: lib/54135: sparc userland can not deal with 8k page size
Date: Wed, 24 Apr 2019 15:40:37 -0400

 On Apr 24,  8:42pm, martin%duskware.de@localhost (Martin Husemann) wrote:
 -- Subject: Re: lib/54135: sparc userland can not deal with 8k page size
 
 | Tried again with the PAGE change you asked for and got the same (?)
 | again:
 | 
 | #0  0x203884d8 in memset () from /usr/lib/libc.so.12
 | #1  0x20314f50 in tcache_alloc_small (size=<optimized out>, 
 |     slow_path=<optimized out>, zero=<optimized out>, binind=18, 
 |     tcache=0x200ba130, arena=<optimized out>, tsd=0x200ba040)
 |     at /work/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/tcache_inlines.h:80
 | #2  arena_malloc (slow_path=<optimized out>, tcache=0x200ba130, 
 |     zero=<optimized out>, ind=18, size=<optimized out>, arena=<optimized out>, 
 |     tsdn=0x200ba040)
 |     at /work/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/arena_inlines_b.h:94
 | #3  iallocztm (slow_path=<optimized out>, arena=<optimized out>, 
 |     is_internal=false, tcache=0x200ba130, zero=<optimized out>, ind=18, 
 |     size=<optimized out>, tsdn=0x200ba040)
 |     at /work/src/external/bsd/jemalloc/lib/../include/jemalloc/internal/jemalloc_internal_inlines_c.h:53
 | #4  imalloc_no_sample (sopts=<optimized out>, ind=18, usize=768, 
 |     size=<optimized out>, tsd=0x200ba040, dopts=0xffffd104)
 |     at /work/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:1742
 | #5  imalloc_body (sopts=<optimized out>, dopts=0xffffd104, tsd=0x200ba040)
 |     at /work/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:1938
 | #6  0x2031611c in imalloc (dopts=0xffffd104, sopts=0xffffd0ec)
 |     at /work/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:2041
 | #7  malloc (size=<optimized out>)
 |     at /work/src/external/bsd/jemalloc/lib/../dist/src/jemalloc.c:2071
 | #8  0x201324cc in ft_mem_qrealloc (memory=memory@entry=0x2005e050, 
 |     item_size=item_size@entry=4, cur_count=cur_count@entry=0, 
 |     new_count=new_count@entry=192, block=block@entry=0x0, 
 |     p_error=p_error@entry=0xffffd1e4)
 |     at /work/xsrc/external/mit/freetype/dist/src/base/ftutil.c:146
 | #9  0x20132558 in ft_mem_realloc (memory=memory@entry=0x2005e050, 
 |     item_size=item_size@entry=4, cur_count=cur_count@entry=0, 
 |     new_count=new_count@entry=192, block=block@entry=0x0, 
 |     p_error=p_error@entry=0xffffd26c)
 |     at /work/xsrc/external/mit/freetype/dist/src/base/ftutil.c:102
 | #10 0x20110b00 in pcf_get_bitmaps (face=0x20588000, stream=0x20588084)
 |     at /work/xsrc/external/mit/freetype/dist/src/pcf/pcfread.c:874
 | #11 pcf_load_font (stream=stream@entry=0x20588084, face=face@entry=0x20588000, 
 |     face_index=face_index@entry=0)
 |     at /work/xsrc/external/mit/freetype/dist/src/pcf/pcfread.c:1375
 | ...
 
 Can you change the last os_page reference passed as argument to PAGE?
 
 | I get a second core from makemandb that looks like this:
 
 That has been fixed on HEAD.
 
 christos
 


Home | Main Index | Thread Index | Old Index