Opened 18 years ago

Closed 18 years ago

#17 closed defect (fixed)

Segfault when using arb_probe

Reported by: baderk Owned by: baderk
Priority: minor Milestone:
Component: PT server Version: SVN
Keywords: arb_probe Cc:

Description

A segfault occurs when trying to use arb_probe to connect/control an ARB pt-server. Using a similar call of arb_probe did not result in an error two weeks ago (CVS version).

(gdb) r serverid=3 matchsequence=aaacaccca
Starting program: /home/baderk/src/ARB/bin/arb_probe serverid=3 matchsequence=aaacaccca

Program received signal SIGSEGV, Segmentation fault.
0xb7c2ce07 in free () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7c2ce07 in free () from /lib/tls/i686/cmov/libc.so.6
#1  0x0804954c in AP_probe_match_event () at arb_probe.cxx:213
#2  0x0804a022 in main (argc=Cannot access memory at address 0x0
) at arb_probe.cxx:379

Change History (2)

comment:1 Changed 18 years ago by baderk

  • Owner changed from devel to baderk

comment:2 Changed 18 years ago by baderk

  • Resolution set to fixed
  • Status changed from new to closed

Fixed by removing the problematic free command.

Note: See TracTickets for help on using tickets.