This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: Fix Solaris gcore / shared libraries interaction


Hi Joseph,


On Sat, 21 Nov 2009 01:10:27 +0100, Joseph S. Myers wrote:
> With some versions of the Solaris 10 dynamic linker, if you create a
> core file with GDB's gcore command and then load that core file into
> GDB, you get warnings of the form
> 
> warning: Can't read pathname for load map: I/O error.

The exactly the same problem+reasons affects not only GNU/Linux gcore but also
native kernel core dumps:

* glibc insists its behavior is correct
  http://sourceware.org/ml/libc-alpha/2009-10/msg00001.html

* core dumping in Linux kernel could be fixed but a patch containing similar
  deep understanding of link_map was already rejected before so I doubt this
  one would get accepted.

Isn't suitable the GDB change for the core file loading never replied here?
	[patch] Fix GNU/Linux core open: Can't read pathname for load map: Input/output error.
	http://sourceware.org/ml/gdb-patches/2009-10/msg00142.html


Thanks,
Jan


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