← Back to team overview

kernel-packages team mailing list archive

[Bug 1481038] Re: iproute2 crashes being reported since kernel version 3.13-0-59-generic

 

** Changed in: linux (Ubuntu)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1481038

Title:
  iproute2 crashes being reported since kernel version 3.13-0-59-generic

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Trusty:
  Triaged

Bug description:
  There has recently been a tremendous uptick in the number of crashes
  being reported about iproute2 since 2015-07-27.  This was initially
  noticed as the phasing of the iproute2 package in -updates for 14.04
  (SRU bug 1470091)  was stopped.  Its worth noting that the same
  increase in crashes was not detected with the Vivid SRU.
  Additionally, it appears that the increase in crash rate is unrelated
  to the iproute2 SRU as it occurs with the version of the package in
  the release pocket or the updates pocket for 14.04.

  The following is a database query showing the quantity of crashes on a
  daily basis about the iproute2 package for the version of the package
  in the release pocket and then the updates pocket.

  ipdb> old_version
  '3.12.0-2'
  ipdb> counters_cf.get(old_vers_column, column_start='20150803', column_reversed=True)
  OrderedDict([(u'20150803', 15), (u'20150802', 4), (u'20150801', 2), (u'20150731', 13), (u'20150730', 39), (u'20150729', 50), (u'20150728', 51), (u'20150727', 1), (u'20150623', 1), (u'20150523', 1), (u'20150519', 1), (u'20150511', 1), (u'20150509', 1), (u'20150419', 1), (u'20150413', 1), (u'20150329', 1), (u'20150302', 1), (u'20150220', 1), (u'20150130', 1), (u'20150129', 1), (u'20150128', 1), (u'20150103', 1), (u'20141021', 1), (u'20140930', 1), (u'20140917', 1), (u'20140904', 1), (u'20140826', 1), (u'20140818', 1), (u'20140808', 1), (u'20140801', 1), (u'20140723', 1)])
  ipdb> new_version
  '3.12.0-2ubuntu1'
  ipdb> counters_cf.get(new_vers_column, column_start='20150803', column_reversed=True)
  OrderedDict([(u'20150803', 7), (u'20150802', 1), (u'20150731', 8), (u'20150730', 24), (u'20150729', 25), (u'20150728', 2), (u'20150727', 1)])

  Notice the increase starting on 20150728 for the old version of the
  package.  I've reviewed the individual crashes from 20150729 and all
  of them (regardless of the iproute2 package version) were using the
  following kernel version. I'd attribute the drop in crashes on
  20150801 and 20150802 to it being the weekend.

  3.13.0-59-generic

  Unfortunately, all the crashes from the iproute2 package are
  incomplete / corrupt so there isn't much to go on.  Here is one
  example crash:

  https://errors.ubuntu.com/oops/331373ac-3596-11e5-9ed9-fa163e22e467

  I'll add all the OOPSes from 20150729 as an attachment if somebody
  wants to have a look at them. I'm also happy to run more queries of
  the OOPSes to see if we can determine a pattern.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481038/+subscriptions


References