all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21767: Matching debug symbol and package versions
@ 2015-10-26 23:15 Benno Evers
  2015-10-27 15:56 ` Ludovic Courtès
  2015-11-21 16:56 ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Benno Evers @ 2015-10-26 23:15 UTC (permalink / raw)
  To: 21767

Hi all,

assume I have installed some package

     /gnu/store/xxx-daemon-1.0

After a while I notice that it's inexplicably hanging, so I do 'guix 
package -i daemon-1.0:debug', attach to the daemon with gdb, and...no 
debug symbols can be loaded! Turns out, in the meantime the hash has 
changed so i installed

     /gnu/store/yyy-daemon-1.0:debug

It seems to me that there is currently no possibility to get the correct 
debug symbols. Worse, as civodul mentioned in chat, the package hash is 
part of the symbols itself, so I can't even cheat and force gdb manually 
to use the symbols for version yyy.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-21 16:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-26 23:15 bug#21767: Matching debug symbol and package versions Benno Evers
2015-10-27 15:56 ` Ludovic Courtès
2015-10-27 16:40   ` Efraim Flashner
2015-10-27 17:23     ` Ludovic Courtès
2015-11-21 16:56 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.