<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/src/Hooks, branch 1.1.17</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/'/>
<entry>
<title>pass old pattern to ccpp hook and use it</title>
<updated>2011-01-06T14:44:41+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-01-06T14:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=f28b14412ce82bf0787274da87990b06649aa5a5'/>
<id>f28b14412ce82bf0787274da87990b06649aa5a5</id>
<content type='text'>
abrtd:
instead of
"|/usr/libexec/abrt-ccpp-hook DEBUG_DUMPS_DIR %p %s %u %c",
sets coredump handler to
"|/usr/libexec/abrt-ccpp-hook DEBUG_DUMPS_DIR %s %c %p %u %g %t %h %e OLD_PATTERN"

abrt-ccpp-hook:
expands OLD_PATTERN using values of %s %c %p %u %g %t %h %e
and uses it as a name of "compat coredump".

Patch has a feature which prevents usage of kernel-truncated
OLD_PATTERN: it is passed as hex string *with terminating NUL*
(encoded as 00). If ccpp hook doesn't see 00, it refuses to use
OLD_PATTERN and uses string "core" instead.

Run tested. On a new kernel, passes up to 27 char long old pattern.
Longer patterns are still truncated.
This may be improved in future kernels.

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
abrtd:
instead of
"|/usr/libexec/abrt-ccpp-hook DEBUG_DUMPS_DIR %p %s %u %c",
sets coredump handler to
"|/usr/libexec/abrt-ccpp-hook DEBUG_DUMPS_DIR %s %c %p %u %g %t %h %e OLD_PATTERN"

abrt-ccpp-hook:
expands OLD_PATTERN using values of %s %c %p %u %g %t %h %e
and uses it as a name of "compat coredump".

Patch has a feature which prevents usage of kernel-truncated
OLD_PATTERN: it is passed as hex string *with terminating NUL*
(encoded as 00). If ccpp hook doesn't see 00, it refuses to use
OLD_PATTERN and uses string "core" instead.

Run tested. On a new kernel, passes up to 27 char long old pattern.
Longer patterns are still truncated.
This may be improved in future kernels.

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>PyHook: ignore SystemExit exception rhbz#636913</title>
<updated>2011-01-05T10:42:23+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2011-01-05T10:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=946d0c8148d9ec9916b5460fb8c12fc3eb9401a8'/>
<id>946d0c8148d9ec9916b5460fb8c12fc3eb9401a8</id>
<content type='text'>
- SystemExit is not an error, so ABRT should ignore it
- see http://docs.python.org/library/exceptions.html#exceptions.SystemExit
for more details
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- SystemExit is not an error, so ABRT should ignore it
- see http://docs.python.org/library/exceptions.html#exceptions.SystemExit
for more details
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed segv in abrt-hook-ccpp rhbz#652338</title>
<updated>2010-11-16T14:51:58+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-11-16T14:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=3627275be945b31e71d059e3eaa5ea0592d42f17'/>
<id>3627275be945b31e71d059e3eaa5ea0592d42f17</id>
<content type='text'>
- the hook wasn't ready for situations where /proc/&lt;PID&gt;/
  doesn't exist, this patch makes the hook die gracefully
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- the hook wasn't ready for situations where /proc/&lt;PID&gt;/
  doesn't exist, this patch makes the hook die gracefully
</pre>
</div>
</content>
</entry>
<entry>
<title>moved abrt.socket and abrtd.lock into /var/run/abrt making selinux happy</title>
<updated>2010-07-27T15:46:50+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-07-27T15:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=23ea338f1b172aad47b50d7da75e5ea6d6b15664'/>
<id>23ea338f1b172aad47b50d7da75e5ea6d6b15664</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abrt-hook-ccpp: small fixes prompted by testing on RHEL5</title>
<updated>2010-07-22T15:02:15+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-07-22T15:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=3aa204c4268a5e44d7b839956f23167bfa9eb58f'/>
<id>3aa204c4268a5e44d7b839956f23167bfa9eb58f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dumpoops/KerneloopsScanner: add pid to crashdump name</title>
<updated>2010-07-15T16:00:00+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-07-15T16:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=386765bc152c924f82e8d41fb04db88d56505605'/>
<id>386765bc152c924f82e8d41fb04db88d56505605</id>
<content type='text'>
Otherwise dumpoops -d cut_here.test; dumpoops -d cut_here.test; dumpoops -d cut_here.test
aborts

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise dumpoops -d cut_here.test; dumpoops -d cut_here.test; dumpoops -d cut_here.test
aborts

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cut off prelink suffixes from executable name if any</title>
<updated>2010-07-14T13:50:01+00:00</updated>
<author>
<name>Michal Toman</name>
<email>mtoman@redhat.com</email>
</author>
<published>2010-07-14T13:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=b53f88bc57a1ee2781234570bb348e93587d4e56'/>
<id>b53f88bc57a1ee2781234570bb348e93587d4e56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lower-case devel headers</title>
<updated>2010-07-09T09:42:46+00:00</updated>
<author>
<name>Nikola Pajkovsky</name>
<email>npajkovs@redhat.com</email>
</author>
<published>2010-07-08T14:38:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=7c8467db240180d4d4fba9701eac1c4b07466d6b'/>
<id>7c8467db240180d4d4fba9701eac1c4b07466d6b</id>
<content type='text'>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nikola Pajkovsky &lt;npajkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>English and message format fixes</title>
<updated>2010-06-30T11:18:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-30T11:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=749ae5083c2c663eb10a985bf5c27b99c5247542'/>
<id>749ae5083c2c663eb10a985bf5c27b99c5247542</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove abrt-hook-python deprecated by abrtd socket</title>
<updated>2010-06-09T15:18:47+00:00</updated>
<author>
<name>karel</name>
<email>karel@localhost.localdomain</email>
</author>
<published>2010-05-14T15:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=d43ef1696eda5a599534ff3850acb002359f3d6a'/>
<id>d43ef1696eda5a599534ff3850acb002359f3d6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
