Ticket #14 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

makef crash on Ubuntu 9.10

Reported by: Lutz Ehlert Owned by: MarcusWalther
Priority: high Milestone:
Component: SH Severity:
Keywords: Cc:

Description

makef crashes Seismic Handler:

|sh> makef

filter menu
===========

hp     Butterworth highpass filter
lp     Butterworth lowpass filter
bp     Butterworth bandpass filter
bs     Butterworth bandstop filter
sim    Simulation filter
rest   Restitution filter

filter type: bp
FFT (f) or recursive (r) filter: f
input type (f=Hz,t=sec,w=ang.freq.): t
corner 1: freq/time: 100.
corner 2: freq/time: 1.
order of filter: 3
name of output file (no extension): test
command /home/ehlert/sh/sh/util/butfreq bp t 100. 1. -o=3 -f=TEST
*** stack smashing detected ***: /home/ehlert/sh/sh/util/butfreq terminated
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0x403ed8]
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x0)[0x403e90]
/home/ehlert/sh/sh/util/butfreq[0x804926a]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x339b56]
/home/ehlert/sh/sh/util/butfreq[0x80487f1]
======= Memory map: ========
00110000-0012c000 r-xp 00000000 08:01 1594469    /lib/libgcc_s.so.1
0012c000-0012d000 r--p 0001b000 08:01 1594469    /lib/libgcc_s.so.1
0012d000-0012e000 rw-p 0001c000 08:01 1594469    /lib/libgcc_s.so.1
00323000-00461000 r-xp 00000000 08:01 1610702    /lib/tls/i686/cmov/libc-2.10.1.so
00461000-00462000 ---p 0013e000 08:01 1610702    /lib/tls/i686/cmov/libc-2.10.1.so
00462000-00464000 r--p 0013e000 08:01 1610702    /lib/tls/i686/cmov/libc-2.10.1.so
00464000-00465000 rw-p 00140000 08:01 1610702    /lib/tls/i686/cmov/libc-2.10.1.so
00465000-00468000 rw-p 00000000 00:00 0
005d6000-005d7000 r-xp 00000000 00:00 0          [vdso]
009d5000-009f0000 r-xp 00000000 08:01 1594552    /lib/ld-2.10.1.so
009f0000-009f1000 r--p 0001a000 08:01 1594552    /lib/ld-2.10.1.so
009f1000-009f2000 rw-p 0001b000 08:01 1594552    /lib/ld-2.10.1.so
009ff000-00a23000 r-xp 00000000 08:01 1610706    /lib/tls/i686/cmov/libm-2.10.1.so
00a23000-00a24000 r--p 00023000 08:01 1610706    /lib/tls/i686/cmov/libm-2.10.1.so
00a24000-00a25000 rw-p 00024000 08:01 1610706    /lib/tls/i686/cmov/libm-2.10.1.so
08048000-0804a000 r-xp 00000000 08:03 5827652    /home/ehlert/sh/sh/util/butfreq
0804a000-0804b000 r--p 00002000 08:03 5827652    /home/ehlert/sh/sh/util/butfreq
0804b000-0804c000 rw-p 00003000 08:03 5827652    /home/ehlert/sh/sh/util/butfreq
0862e000-0864f000 rw-p 00000000 00:00 0          [heap]
b770c000-b770e000 rw-p 00000000 00:00 0
b7729000-b772b000 rw-p 00000000 00:00 0
bf85d000-bf872000 rw-p 00000000 00:00 0          [stack]
Aborted

Change History

comment:1 Changed 14 years ago by MarcusWalther

  • Owner set to MarcusWalther
  • Status changed from new to accepted

This seems to be an error at $SH_UTIL/butfreq.c - Ubuntu introduced new compiler options to detect program errors. As soon we can point on the error, this will be fixed.

comment:2 Changed 14 years ago by MarcusWalther

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

Fixed in revision r204. Please update the source code from our subversion repository: https://www.seismic-handler.org/svn/

Note: See TracTickets for help on using tickets.