Bug 652927
| Summary: | [abrt] octave-6:3.2.4-3.fc14: raise: Process /usr/bin/octave-3.2.4 was killed by signal 6 (SIGABRT) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Böhringer <janboe> | ||||
| Component: | octave | Assignee: | Rakesh Pandit <rpandit> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 14 | CC: | alex, kedarnp, mmahut, rpandit, susi.lehtola | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:cfc2194b3a241970b03e8410958f565ffea0856d | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-03-20 17:07:39 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: | |||||||
| Attachments: |
|
||||||
|
Description
Jan Böhringer
2010-11-13 15:21:00 UTC
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 *** |