Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

martin
Tuesday, February 27th, 2007 at 3:10:48pm UTC 

  1. diff -Nru /tmp/jbxaG0olD3/apport-0.60/bin/apport /tmp/gKTMmpzKPA/apport-0.61/bin/apport
  2. --- /tmp/jbxaG0olD3/apport-0.60/bin/apport      2007-02-22 16:52:04.000000000 +0100
  3. +++ /tmp/gKTMmpzKPA/apport-0.61/bin/apport      2007-02-27 16:00:55.000000000 +0100
  4. @@ -121,6 +121,13 @@
  5.      else:
  6.          assert limit is None
  7.  
  8. +    # limit -1 means 'unlimited'
  9. +    if limit < 0:
  10. +        limit = None
  11. +    else:
  12. +        # ulimit specifies kB
  13. +        limit *= 1024
  14. +
  15.      core_path = os.path.join(cwd, 'core')
  16.      try:
  17.          if open('/proc/sys/kernel/core_uses_pid').read().strip() != '0':
  18. diff -Nru /tmp/jbxaG0olD3/apport-0.60/debian/changelog /tmp/gKTMmpzKPA/apport-0.61/debian/changelog
  19. --- /tmp/jbxaG0olD3/apport-0.60/debian/changelog        2007-02-26 20:58:50.000000000 +0100
  20. +++ /tmp/gKTMmpzKPA/apport-0.61/debian/changelog        2007-02-27 16:09:33.000000000 +0100
  21. @@ -1,3 +1,13 @@
  22. +apport (0.61) feisty; urgency=low
  23. +
  24. +  * bin/apport:
  25. +    - Kernel 2.6.20-9 now sets CORE_REAL_RLIM to -1 instead of not setting it;
  26. +      handle this case correctly. (LP: #87065)
  27. +    - Add forgotten multiplication of CORE_REAL_RLIM with 1024, since ulimit
  28. +      sets kB, not bytes.
  29. +
  30. + -- Martin Pitt <martin.[email protected]>  Tue, 27 Feb 2007 16:06:11 +0100
  31. +
  32.  apport (0.60) feisty; urgency=low
  33.  
  34.    * gtk/apport-gtk.glade: Reintroduce window titles. Since the crash
  35. diff -Nru /tmp/jbxaG0olD3/apport-0.60/TODO /tmp/gKTMmpzKPA/apport-0.61/TODO
  36. --- /tmp/jbxaG0olD3/apport-0.60/TODO    2007-02-22 16:06:05.000000000 +0100
  37. +++ /tmp/gKTMmpzKPA/apport-0.61/TODO    2007-02-27 08:30:09.000000000 +0100
  38. @@ -11,6 +11,8 @@
  39.   - Add API/report attribute for doing upstream problem reports
  40.   - support /etc/apport/blacklist.d/ for check_ignored(): one exe
  41.     per line
  42. + - mention system arch mismatch on Architecture: and alter default bug
  43. +   title
  44.  
  45.  add firefox apport hook to suppress crash reports when restart is
  46.  necessary

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right