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 network/13013] assertion error in res_query.c


http://sourceware.org/bugzilla/show_bug.cgi?id=13013

Tim Pepper <timothy.c.pepper at linux dot intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothy.c.pepper at linux
                   |                            |dot intel.com

--- Comment #4 from Tim Pepper <timothy.c.pepper at linux dot intel.com> 2012-10-09 21:33:47 UTC ---
I was lazy and edited an scp command in my shell history to be an ssh command,
but forgot to remove the ':', eg:

   scp file host:/big/long/path
   ssh host: command /big/long/path

That ssh command resulted in the assert noted here, but only on a first try. 
I'm guessing the query/result is cached and traverses different code
subsequently and gives a more expected output like:

   ssh: Could not resolve hostname host:: Name or service not known

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]