This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21709] New: resolv_conf.c:552: update_from_conf: Assertion `resolv_conf_matches (resp, conf)' failed.


https://sourceware.org/bugzilla/show_bug.cgi?id=21709

            Bug ID: 21709
           Summary: resolv_conf.c:552: update_from_conf: Assertion
                    `resolv_conf_matches (resp, conf)' failed.
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: markus at trippelsdorf dot de
                CC: drepper.fsp at gmail dot com, fweimer at redhat dot com
  Target Milestone: ---

I'm seeing numerous new test failures on X86_64. 
All of them hit the following assertion:

resolv_conf.c:552: update_from_conf: Assertion `resolv_conf_matches (resp,
conf)' failed.

FAIL: inet/tst-gethnm                       
FAIL: inet/tst-getni2                       
FAIL: nss/test-digits-dots                  
FAIL: nss/test-netdb                        
FAIL: posix/tst-getaddrinfo4                
FAIL: posix/tst-getaddrinfo5                
FAIL: posix/tst-nice                        
FAIL: resolv/tst-bug18665                   
FAIL: resolv/tst-bug18665-tcp               
FAIL: resolv/tst-leaks                      
FAIL: resolv/tst-res_hconf_reorder          
FAIL: resolv/tst-res_use_inet6              
FAIL: resolv/tst-resolv-basic               
FAIL: resolv/tst-resolv-canonname           
FAIL: resolv/tst-resolv-edns                
FAIL: resolv/tst-resolv-network             
UNSUPPORTED: resolv/tst-resolv-res_init     
FAIL: resolv/tst-resolv-res_init-multi      
UNSUPPORTED: resolv/tst-resolv-res_init-thread                                  
FAIL: resolv/tst-resolv-res_ninit           
FAIL: resolv/tst-resolv-search 

There are two additional new failures:

FAIL: resolv/mtrace-tst-leaks               
FAIL: resolv/mtrace-tst-resolv-res_ninit 

markus@x4 glibc-build % cat resolv/mtrace-tst-leaks.out

Memory not freed:
-----------------
           Address     Size     Caller
0x00005650da721450     0x28  at 0x7fc23f08099d
0x00005650da721480     0x58  at 0x7fc23f08115f
0x00005650da7214e0     0x60  at 0x7fc23efe2851
0x00005650da721550     0x20  at 0x7fc23efe25a9

markus@x4 glibc-build % cat resolv/mtrace-tst-resolv-res_ninit.out

Memory not freed:
-----------------
           Address     Size     Caller
0x000055725b3fa450     0x58  at 0x7f5c249cb15f
0x000055725b3fa4b0     0x60  at 0x7f5c2492c851
0x000055725b3fa520     0x20  at 0x7f5c2492c5a9
0x00007f5c21263010 0x362b300  at 0x4014eb

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]