Compare commits

...
Sign in to create a new pull request.

34 commits

Author SHA1 Message Date
Jiri Moskovcak
0e7799da6a Merge branch 'f13' into f12
Conflicts:
	.gitignore
	abrt.spec
	sources
2010-08-12 15:10:09 +02:00
Jiri Moskovcak
035b745d4b Merge branch 'master' into f13
Conflicts: resolved
	.gitignore
	abrt.spec
	sources
2010-08-12 14:44:00 +02:00
Fedora Release Engineering
eda8d44acb dist-git conversion 2010-07-28 09:33:34 +00:00
Fedora Release Engineering
eacfb1a94a dist-git conversion 2010-07-28 09:33:32 +00:00
Jiří Moskovčák
fc41577e40 blacklisted mono-core 2010-07-19 19:45:09 +00:00
Jiří Moskovčák
ce7b433a60 blacklisted mono-core 2010-07-19 19:12:10 +00:00
Jiří Moskovčák
e3c74954f7 new version 2010-05-28 12:31:06 +00:00
Jiří Moskovčák
858080396c new version 2010-05-28 07:47:23 +00:00
Jiří Moskovčák
e841b57eb1 updated to the latest upstream version 2010-05-03 16:51:37 +00:00
Karel Klíč
5af2885661 Fixed crash function detection 2010-05-03 09:27:29 +00:00
Karel Klíč
df3531bd5d Crash function detection fix 2010-05-03 09:03:09 +00:00
Jiří Moskovčák
a85baa79db new upstream version 2010-04-15 13:07:22 +00:00
Jiří Moskovčák
58a66ca160 forgot to add the patches 2010-04-14 13:51:28 +00:00
Jiří Moskovčák
b4923fcfa6 - fixed problems with localized yum messages
- improved BZ summary
- ignore unpackaged scripts
2010-04-14 13:46:47 +00:00
Jiří Moskovčák
e1f75acbe3 New version 2010-04-06 18:00:34 +00:00
Jiří Moskovčák
f44de37df1 forgot to update sources 2010-03-31 20:20:28 +00:00
Jiří Moskovčák
00e5fd5cdd new version 1.0.9pre 2010-03-31 19:47:52 +00:00
Jiří Moskovčák
4fc9310869 - fixed debuginfo-install on F13
- fixed oops reporting
2010-03-14 22:43:34 +00:00
Denys Vlasenko
76038bfe2f - fix initscript even more (npajkovs@redhat.com)
- remove -R2 from yum command line
Mon Feb 22 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-1
- fix initscript (npajkovs@redhat.com)
- Kerneloops: make hashing more likely to produce same hash on different
    oopses (vda.linux@googlemail.com)
Mon Feb 22 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-0.git-20100222
- Kerneloops: make hashing more likely to produce same hash on different
    oopses (vda.linux@googlemail.com)
- make abrt work with the latest kernels (>= 2.6.33) (jmoskovc@redhat.com)
- lib/Utils/abrt_dbus: utf8-sanitize all strings in dbus messages (fixes
    #565876) (vda.linux@googlemail.com)
2010-03-03 14:14:21 +00:00
Jiří Moskovčák
d96a8fa010 New version Realated: #557386 2010-02-22 16:53:03 +00:00
Jesse Keating
415d141972 Initialize branch F-13 for abrt 2010-02-17 00:49:54 +00:00
Jiří Moskovčák
d9c7079b28 New version 2010-02-15 13:12:23 +00:00
Jiří Moskovčák
43380d6b35 New version 1.0.6 2010-02-03 15:04:28 +00:00
Jiří Moskovčák
4a95ca786b New version 2010-01-30 15:39:09 +00:00
Jiří Moskovčák
c99afc4a2c new version 2010-01-22 15:05:23 +00:00
Jiří Moskovčák
523fe3ce99 new version 2010-01-05 20:42:27 +00:00
Jiří Moskovčák
d86861ded7 Nev version 2009-12-14 16:26:56 +00:00
Jiří Moskovčák
24479e450c new version 2009-12-08 18:20:41 +00:00
Bill Nottingham
21bf03af13 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:24:33 +00:00
Jiří Moskovčák
6881875b3a New version 2009-11-22 20:28:21 +00:00
Jiří Moskovčák
9a776a01ab spec file fixes 2009-11-10 17:05:54 +00:00
Jiří Moskovčák
8e5e78d8c4 New version 2009-11-03 17:35:59 +00:00
Jiří Moskovčák
98901db536 - new version
- many fixes
2009-10-16 10:29:30 +00:00
Jesse Keating
37b2ab9bcf Initialize branch F-12 for abrt 2009-09-29 08:14:00 +00:00
4 changed files with 45 additions and 25 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
abrt-1.1.1.tar.gz
abrt-1.1.10.tar.gz
abrt-1.1.13.tar.gz

View file

@ -0,0 +1,28 @@
commit f05c9b25335c84c7b5861fce80fd941ec81212f3
Author: Karel Klic <kklic@redhat.com>
Date: Thu Apr 15 12:12:59 2010 +0200
Crash function is now detected even for threads without an abort frame.
diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp
index 9bdcda9..cf25c73 100644
--- a/lib/Plugins/CCpp.cpp
+++ b/lib/Plugins/CCpp.cpp
@@ -761,13 +761,12 @@ void CAnalyzerCCpp::CreateReport(const char *pDebugDumpDir, int force)
/* Get the function name from the crash frame. */
if (crash_thread)
{
+ struct frame *crash_frame = crash_thread->frames;
struct frame *abort_frame = thread_find_abort_frame(crash_thread);
if (abort_frame)
- {
- struct frame *crash_frame = abort_frame->next;
- if (crash_frame && crash_frame->function && 0 != strcmp(crash_frame->function, "??"))
- dd.SaveText(FILENAME_CRASH_FUNCTION, crash_frame->function);
- }
+ crash_frame = abort_frame->next;
+ if (crash_frame && crash_frame->function && 0 != strcmp(crash_frame->function, "??"))
+ dd.SaveText(FILENAME_CRASH_FUNCTION, crash_frame->function);
}
backtrace_free(backtrace);

View file

@ -238,7 +238,7 @@ Virtual package to make easy default installation on desktop environments.
%setup -q
%patch0 -p1 -b .hideprefs
# rawhide packages are not signed, so we need to disable the gpg check
%patch1 -p1 -b .disable_gpg_check
#%patch1 -p1 -b .disable_gpg_check
# general patches
%patch2 -p1 -b .blacklist_mono
%patch3 -p1 -b .polkit
@ -348,7 +348,6 @@ if [ "$1" -eq "0" ]; then
fi
%endif
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README COPYING
@ -517,17 +516,8 @@ fi
- fixed tooltip localization rhbz#574693 (jmoskovc@redhat.com)
- dumpoops/KerneloopsScanner: add pid to crashdump name (vda.linux@googlemail.com)
- A message change suggested by dhensley (kklic@redhat.com)
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.10-4
- rebuild
* Tue Jul 27 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-3
- blacklist /usr/bin/nspluginviewer
* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-2
- minor build fixes
* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-1
- blacklisted mono-core package
- die with an error message if the database plugin is not accessible when needed (kklic@redhat.com)
- change RHTSupport URL protocol from HTTP to HTTPS (dvlasenk@redhat.com)
@ -586,11 +576,6 @@ fi
- plugin rename: rhticket -> RHTSupport (vda.linux@googlemail.com)
- Daemon socket for reporting crashes (karel@localhost.localdomain)
- GUI: fixed few typos (jmoskovc@redhat.com)
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1.1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Thu Jun 10 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.5-1
- GUI: polished the reporter assistant (jmoskovc@redhat.com)
- Logger reporter: do not store useless info (vda.linux@googlemail.com)
- ccpp hook: add SaveBinaryImage option which saves of the crashed binary (vda.linux@googlemail.com)
@ -607,21 +592,13 @@ fi
- use header case in button label rhbz#565812 (jmoskovc@redhat.com)
- make log window resizable (vda.linux@googlemail.com)
- rename a few remaining /var/cache/abrt -> /var/spool/abrt (vda.linux@googlemail.com)
* Wed May 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.4-1
- added reporting wizard
- fixed few leaked fds
- fixed kerneloops --- cut here --- problem
- updated translations
* Fri May 21 2010 Denys Vlasenko <dvlasenk@redhat.com> 1.1.3-1
- More fixes for /var/cache/abrt -> /var/spool/abrt conversion
* Fri May 21 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-3
- fixed spec file to create /var/spool/abrt rhbz#593670
- updated init script to reflect the pid file renaming
* Wed May 19 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-1
- updated translation
- obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc@redhat.com)
- Report "INFO: possible recursive locking detected rhbz#582378 (vda.linux@googlemail.com)
@ -634,7 +611,10 @@ fi
- Daemon socket for reporting crashes (kklic@redhat.com)
- Move hooklib from src/Hooks to lib/Utils (kklic@redhat.com)
* Thu May 13 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.1-1
* Mon Jul 19 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.1-2
- blacklisted mono
* Wed May 12 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.1-1
- updated translations
- removed avant-window-navigator from blacklist (jmoskovc@redhat.com)
- Abort debuginfo download if low on disk space (partially addresses #564451) (vda.linux@googlemail.com)

11
blacklist_mono.patch Normal file
View file

@ -0,0 +1,11 @@
--- abrt-1.1.1/src/Daemon/abrt.conf 2010-05-12 15:48:18.000000000 +0200
+++ abrt-1.1.1_/src/Daemon/abrt.conf 2010-07-19 21:07:14.228273198 +0200
@@ -5,7 +5,7 @@
# in the file gpg_keys
OpenGPGCheck = yes
# Blacklisted packages
-BlackList = nspluginwrapper, valgrind, strace
+BlackList = nspluginwrapper, valgrind, strace, mono-core
# Process crashes in executables which do not belong to any package?
ProcessUnpackaged = no
# Blacklisted executable paths (shell patterns)