diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-09 22:50:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-09 22:50:10 +0000 |
commit | 583f34c8b136d05c9473d6c613c6580a9b99403f (patch) | |
tree | 306276f58b18241a2495e2ce5f3e8cdac93536be | |
parent | e071493f4104388966d0428387a540c15a91178f (diff) | |
download | glibc-583f34c8b136d05c9473d6c613c6580a9b99403f.tar glibc-583f34c8b136d05c9473d6c613c6580a9b99403f.tar.gz glibc-583f34c8b136d05c9473d6c613c6580a9b99403f.tar.bz2 glibc-583f34c8b136d05c9473d6c613c6580a9b99403f.zip |
2004-09-09 Roland McGrath <roland@redhat.com>
* td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Don't abort if inferior's
descriptor is bogus.
-rw-r--r-- | nptl_db/td_ta_map_lwp2thr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl_db/td_ta_map_lwp2thr.c b/nptl_db/td_ta_map_lwp2thr.c index 1e47528314..1e93210b93 100644 --- a/nptl_db/td_ta_map_lwp2thr.c +++ b/nptl_db/td_ta_map_lwp2thr.c @@ -1,5 +1,5 @@ /* Which thread is running on an LWP? - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -122,7 +122,6 @@ td_ta_map_lwp2thr (const td_thragent_t *ta_arg, return TD_DBERR; default: - abort (); return TD_DBERR; case ta_howto_reg: |