abrt version: 1.1.13 architecture: i686 Attached file: backtrace cmdline: /usr/bin/octave component: octave crash_function: raise executable: /usr/bin/octave-3.2.4 kernel: 2.6.35.6-48.fc14.i686 package: octave-6:3.2.4-3.fc14 rating: 4 reason: Process /usr/bin/octave-3.2.4 was killed by signal 6 (SIGABRT) release: Fedora release 14 (Laughlin) time: 1289661538 uid: 500 How to reproduce ----- 1. Install octave and octave-forge 2. Try to initialize the symbols-module using "symbols" or use sym(..) 3. octave crashes
Created attachment 460244 [details] File: backtrace
Package: octave-6:3.2.4-3.fc14 Architecture: x86_64 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. run octave. 2. Run the following script/commands to design a digital filter. 3. Octave crashes. Octave script/commands are below.. Fs=10000; % Sampling frequency N=41; % Filter length WT=[10 3 10]; % Weights of the deviations in the bands Hd=[0 0 1 1 0 0]; % Desired magnitude response in the bands F=[0 0.1 0.2 0.3 0.4 1]; % Band edge frequencies b = remez(N-1, F, Hd, WT); % Compute the filter coefficients [H, f] = freqz(b, 1, 512, Fs);% Compute the frequency response mag = 20*log10(abs(H)); % of filter and plot it plot(f, mag), grid on xlabel('Frequency (Hz)') ylabel('Magnitude (dB)')
Backtrace analysis found this bug to be similar to bug #701651, closing as duplicate. Bugs which were found to be similar to this bug: bug #696111, bug #701651 This comment is automatically generated. *** This bug has been marked as a duplicate of bug 701651 ***