Bug 132940
Summary: | [x86_64] cannaLE crashes when activated | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Warren Togami <wtogami> |
Component: | im-sdk | Assignee: | Akira TAGOH <tagoh> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | eng-i18n-bugs, tagoh, wtogami, zcerza |
Target Milestone: | --- | Keywords: | i18n |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | im-sdk-12.1-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-10-19 06:45:17 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 123268, 125997 |
Description
Warren Togami
2004-09-20 05:39:40 UTC
If you want to run gdb with MALLOC_CHECK_=3, you need the following gdb command: [root@fedora64 ~]# MALLOC_CHECK_=3 gdb /usr/sbin/htt_server malloc: using debugging hooks GNU gdb Red Hat Linux (6.1post-1.20040607.28rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu"...Using host libthread_db library "/lib64/tls/libthread_db.so.1". (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) run -d Starting program: /usr/sbin/htt_server -d well, this problem should be fixed in next build. should be fixed in 12.0.1-8.svn1891 or later. I followed the procedure given in comment #1, and nothing bad seemed to happen. Anything else I should do to test? Confirmed fixed. Tested with im-sdk-12.1-1. Thanks. |