[abrt] crash in rpm-build-4.7.2-1.fc12: fdGetFp: Process /usr/bin/rpmbuild was killed by signal 11 (SIGSEGV)
Bug #633694 reported by
Jeff Johnson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
RPM |
Opinion
|
Medium
|
Jeff Johnson | ||
Fedora |
Won't Fix
|
Medium
|
Bug Description
Tracker
tags: | added: fedora rpmbuild segfault |
Changed in rpm: | |
importance: | Undecided → Low |
status: | New → Confirmed |
status: | Confirmed → Triaged |
summary: |
- abrt] crash in rpm-build-4.7.2-1.fc12: fdGetFp: Process + [abrt] crash in rpm-build-4.7.2-1.fc12: fdGetFp: Process /usr/bin/rpmbuild was killed by signal 11 (SIGSEGV) |
Changed in rpm: | |
status: | Triaged → Opinion |
importance: | Low → Medium |
assignee: | nobody → Jeff Johnson (n3npq) |
Changed in fedora: | |
importance: | Unknown → Medium |
status: | Unknown → Won't Fix |
To post a comment you must log in.
abrt 1.0.9 detected a crash.
architecture: x86_64 bc9ee11d26cbb69 006628037e 12-115. fc12.x86_ 64 4.7.2-1. fc12
Attached file: backtrace
cmdline: rpmbuild -bb jboss.spec
component: rpm
crash_function: fdGetFp
executable: /usr/bin/rpmbuild
global_uuid: 3177ee6dd4fd223
kernel: 2.6.32.
package: rpm-build-
rating: 4
reason: Process /usr/bin/rpmbuild was killed by signal 11 (SIGSEGV)
release: Fedora release 12 (Constantine)
comment /%{name} -%{version} -%{release} -XXXXXX}
-----
The definition of jboss.spec has the following macro (BAD):
BuildRoot: %(mktemp -ud %{_tmppath}
Should be: /%{name} -%{version} -%{release} -XXXXXX)
BuildRoot: %(mktemp -ud %{_tmppath}
Last ")" was bad replaced by "}".
How to reproduce
-----
1. rpmbuild -bb jboss.spec