pkgsrc-Bugs archive

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

Re: pkg/59466: new gmake crashes when trying to build libxml2



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

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/59466: new gmake crashes when trying to build libxml2
Date: Fri, 13 Jun 2025 20:05:30 +0200

 With symbols this looks like:
 
 (gdb) bt
 #0  0x7627fd58 in strcmp (s1=0x7637300d ".", s2=<optimized out>)
     at /work/src/lib/libc/../../common/lib/libc/string/strcmp.c:60
 #1  0x0043a154 in str_hash_cmp (x=0x7637300d, y=0x371d05) at src/strcache.c:175
 #2  0x00418104 in hash_find_slot (ht=0x465d5c <strings>, key=0x7637300d)
     at src/hash.c:109
 #3  0x0043a1be in add_hash (str=0x7637300d ".", len=1) at src/strcache.c:193
 #4  0x0043a46c in strcache_add_len (str=0x7637300d ".", len=1)
     at src/strcache.c:253
 #5  0x0040a54e in dir_contents_file_exists_p (dir=0x76122840, 
     filename=0x76056c4f "xmlschemastypes.w") at src/dir.c:771
 #6  0x0040a6c4 in dir_file_exists_p (dirname=0x446260 ".", 
     filename=0x76056c4f "xmlschemastypes.w") at src/dir.c:808
 #7  0x0040a75c in file_exists_p (name=0x76056c4f "xmlschemastypes.w")
     at src/dir.c:857
 #8  0x0041b5a6 in pattern_search (file=0x7607e060, archive=0, depth=6, 
     recursions=0, allow_compat_rules=0) at src/implicit.c:833
 #9  0x00419986 in try_implicit_rule (file=0x7607e060, depth=5)
     at src/implicit.c:48
 #10 0x004341c4 in update_file_1 (file=0x7607e060, depth=5) at src/remake.c:557
 #11 0x004337fa in update_file (file=0x7607e060, depth=4) at src/remake.c:367
 #12 0x00435c16 in check_dep (file=0x7607e060, depth=4, this_mtime=1, 
     must_make_ptr=0x7ff6aa60) at src/remake.c:1100
 #13 0x0043454a in update_file_1 (file=0x76377d00, depth=4) at src/remake.c:633
 #14 0x004337fa in update_file (file=0x76377d00, depth=3) at src/remake.c:367
 #15 0x00435c16 in check_dep (file=0x76377d00, depth=3, this_mtime=1, 
     must_make_ptr=0x7ff6ab90) at src/remake.c:1100
 #16 0x0043454a in update_file_1 (file=0x76376ec0, depth=3) at src/remake.c:633
 #17 0x004337fa in update_file (file=0x76376ec0, depth=2) at src/remake.c:367
 #18 0x00435c16 in check_dep (file=0x76376ec0, depth=2, this_mtime=1, 
     must_make_ptr=0x7ff6acc0) at src/remake.c:1100
 #19 0x0043454a in update_file_1 (file=0x76376c20, depth=2) at src/remake.c:633
 #20 0x004337fa in update_file (file=0x76376c20, depth=1) at src/remake.c:367
 #21 0x00435c16 in check_dep (file=0x76376c20, depth=1, this_mtime=1, 
     must_make_ptr=0x7ff6adf0) at src/remake.c:1100
 #22 0x0043454a in update_file_1 (file=0x76375000, depth=1) at src/remake.c:633
 #23 0x004337fa in update_file (file=0x76375000, depth=0) at src/remake.c:367
 #24 0x004330fe in update_goal_chain (goaldeps=0x761110f0) at src/remake.c:184
 #25 0x00425eca in main (argc=2, argv=0x7ff6c308, envp=0x7ff6c314)
     at src/main.c:2918
 
 and the gmake invocation is: gmake all-am
 
 Martin
 


Home | Main Index | Thread Index | Old Index