Opened 18 years ago
Closed 18 years ago
#9 closed defect (fixed)
glibc: invalid pointer while loading DB
Reported by: | baderk | Owned by: | devel |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ARB_NTREE | Version: | |
Keywords: | glibc invalid pointer | Cc: |
Description (last modified by baderk)
Since a cvs update today (2007-04-19) and a complete rebuild arb_ntree throws a segfault after completing the load database dialog. Glibc Stacktrace and debug information is not available so far.
[...] ARB: Loading '/home/kai/src/arb/ARB/demo.arb' done Created taxonomy hash for 'tree_tree2' (ct=0x83089c8) The path '/home/kai/.arb_prop/inputMasks' is invalid. *** glibc detected *** arb_ntree: munmap_chunk(): invalid pointer: 0x08389cae *** ======= Backtrace: ========= /lib/tls/i686/cmov/libc.so.6(cfree+0x1bb)[0xb77a0f5b] /home/kai/src/arb/ARB/lib/libARBDB.so(gbcm_get_m_id+0x10a)[0xb7f2278d] /home/kai/src/arb/ARB/lib/libARBDB.so(gbcm_open_socket+0x68)[0xb7f228d5] /home/kai/src/arb/ARB/lib/libARBDB.so(gbcmc_open+0x55)[0xb7f22dcc] /home/kai/src/arb/ARB/lib/libARBDB.so(GBCMS_open+0x6c)[0xb7f24f34] arb_ntree[0x80e4b52] arb_ntree[0x80e4cb8] [...]
Bug is reproducible under edgy eft, feisty fawn and open suse.
Change History (2)
comment:1 in reply to: ↑ description Changed 18 years ago by westram
comment:2 Changed 18 years ago by baderk
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Thanks, rev. 1.27 of adsocket.c fixed the problem.
Note: See
TracTickets for help on using
tickets.
Got latest CVS? Especially rev 1.27 of adsocket.c? I just fixed a there 1h ago