[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-07 Thread James Page
Please can any further discussion happen on bug 1336555.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-06 Thread Ryan Beisner
Update, fyi:
Nova booted 110 instances.  16 had no net.
Deleted the instances.
Nova booted 110 more instances.  17 had no net.
Deleted the instances.
Consistent with the ~15% no net we saw last time around.
v
Deleted neutron nets and subnets, then re-added them.
^
Nova booted 110 instances.  All had network.
Deleted the instances.
Nova booted 110 instances.  All had network.
Deleted the instances.

Turned our CI engine back on (which will use this undercloud to
instantiate a few hundred short-lived instances per day to test other
code such as juju charms).

I predict recurrence in about 20K instances, short of a solid lead on a
fix.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-06 Thread Ryan Beisner
After revisiting the unit logs from successful runs and failed runs,
this appears to be behind the fail (wants a reboot):

Reading state information... Done
2015-01-06 19:56:06 INFO mon-relation-changed Creating new GPT entries.
2015-01-06 19:56:06 INFO mon-relation-changed Warning: The kernel is still 
using the old partition table.
2015-01-06 19:56:06 INFO mon-relation-changed The new table will be used at the 
next reboot.
2015-01-06 19:56:06 INFO mon-relation-changed GPT data structures destroyed! 
You may now partition the disk using fdisk or
2015-01-06 19:56:06 INFO mon-relation-changed other utilities.
2015-01-06 19:56:06 INFO mon-relation-changed Warning: The kernel is still 
using the old partition table.
2015-01-06 19:56:06 INFO mon-relation-changed The new table will be used at the 
next reboot.
2015-01-06 19:56:06 INFO mon-relation-changed The operation has completed 
successfully.
2015-01-06 19:56:07 INFO mon-relation-changed Warning: The kernel is still 
using the old partition table.
2015-01-06 19:56:07 INFO mon-relation-changed The new table will be used at the 
next reboot.
2015-01-06 19:56:07 INFO mon-relation-changed The operation has completed 
successfully.
2015-01-06 19:56:09 INFO mon-relation-changed Warning: The kernel is still 
using the old partition table.
2015-01-06 19:56:09 INFO mon-relation-changed The new table will be used at the 
next reboot.
2015-01-06 19:56:09 INFO mon-relation-changed The operation has completed 
successfully.
2015-01-06 19:56:09 INFO mon-relation-changed mkfs.xfs: cannot open /dev/vdb1: 
Device or resource busy
2015-01-06 19:56:09 INFO mon-relation-changed ceph-disk: Error: Command 
'['/sbin/mkfs', '-t', 'xfs', '-f', '-i', 'size=2048', '--', '/dev/vdb1']' 
returned non-zero exit status 1
2015-01-06 19:56:09 INFO worker.uniter.jujuc server.go:102 running hook tool 
juju-log [-l ERROR Unable to initialize device: /dev/vdb]
2015-01-06 19:56:09 DEBUG worker.uniter.jujuc server.go:103 hook context id 
ceph/1:mon-relation-changed:3229199905852646069; dir 
/var/lib/juju/agents/unit-ceph-1/charm
2015-01-06 19:56:09 ERROR juju-log mon:1: Unable to initialize device: /dev/vdb
2015-01-06 19:56:09 INFO mon-relation-changed Traceback (most recent call last):
2015-01-06 19:56:09 INFO mon-relation-changed   File 
/var/lib/juju/agents/unit-ceph-1/charm/hooks/mon-relation-changed, line 339, 
in module
2015-01-06 19:56:09 INFO mon-relation-changed hooks.execute(sys.argv)
2015-01-06 19:56:09 INFO mon-relation-changed   File 
/var/lib/juju/agents/unit-ceph-1/charm/hooks/charmhelpers/core/hookenv.py, 
line 528, in execute
2015-01-06 19:56:09 INFO mon-relation-changed self._hooks[hook_name]()
2015-01-06 19:56:09 INFO mon-relation-changed   File 
/var/lib/juju/agents/unit-ceph-1/charm/hooks/mon-relation-changed, line 205, 
in mon_relation
2015-01-06 19:56:09 INFO mon-relation-changed reformat_osd(), 
config('ignore-device-errors'))
2015-01-06 19:56:09 INFO mon-relation-changed   File 
/var/lib/juju/agents/unit-ceph-1/charm/hooks/ceph.py, line 327, in osdize
2015-01-06 19:56:09 INFO mon-relation-changed osdize_dev(dev, osd_format, 
osd_journal, reformat_osd, ignore_errors)
2015-01-06 19:56:09 INFO mon-relation-changed   File 
/var/lib/juju/agents/unit-ceph-1/charm/hooks/ceph.py, line 375, in osdize_dev
2015-01-06 19:56:09 INFO mon-relation-changed raise e
2015-01-06 19:56:09 INFO mon-relation-changed subprocess.CalledProcessError: 
Command '['ceph-disk-prepare', '--fs-type', u'xfs', '--zap-disk', u'/dev/vdb']' 
returned non-zero exit status 1
2015-01-06 19:56:09 ERROR juju.worker.uniter uniter.go:486 hook failed: exit 
status 1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-06 Thread Ryan Beisner
Please disregard my ceph comment on this bug.  Wrong tab.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-06 Thread Ryan Beisner
And disregard GPT comment.  Same story.  Geez.  I'm going EOD!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-06 Thread Ryan Beisner
Oh, fyi, it is all 3 ceph units:
  ceph:
charm: local:utopic/ceph-105
exposed: false
relations:
  mon:
  - ceph
units:
  ceph/0:
agent-state: error
agent-state-info: 'hook failed: mon-relation-changed'
agent-version: 1.20.14
machine: 2
public-address: 172.20.108.60
  ceph/1:
agent-state: error
agent-state-info: 'hook failed: mon-relation-changed'
agent-version: 1.20.14
machine: 3
public-address: 172.20.108.61
  ceph/2:
agent-state: error
agent-state-info: 'hook failed: mon-relation-changed'
agent-version: 1.20.14
machine: 4
public-address: 172.20.108.62

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-06 Thread Ryan Beisner
So from a user symptom / impact standpoint, when new instances are nova
booted, they are able to send DHCP DISCOVER packet through the
corresponding bridge, but return DHCP OFFER traffic never reaches the
new instance.

In all cases that I have seen, the neutron net, subnet, and port
statuses all report A-OK via cli queries.  In some cases, inspecting the
new underlying bridge with brctl results in error(s), but not always.

## Symptomatic info re: bridge:
$ sudo brctl show qvob744fc12-71
bridge name bridge id   STP enabled interfaces
qvob744fc12-71  can't get info Operation not supported

$ sudo brctl showmacs qvob744fc12-71 
read of forward table failed: Operation not supported

## Symptomatic info from nova console-log:
 * Starting configure network device[74G[ OK ]
cloud-init-nonet[13.52]: waiting 120 seconds for network device
cloud-init-nonet[133.52]: gave up waiting for a network device.
Cloud-init v. 0.7.5 running 'init' at Tue, 06 Jan 2015 16:03:14 +. Up 
133.72 seconds.
ci-info: +++Net device info+++
ci-info: ++--+---+---+---+
ci-info: | Device |  Up  |  Address  |Mask   | Hw-Address|
ci-info: ++--+---+---+---+
ci-info: |   lo   | True | 127.0.0.1 | 255.0.0.0 | . |
ci-info: |  eth0  | True | . | . | fa:16:3e:f9:18:4f |
ci-info: ++--+---+---+---+
ci-info: !!!Route info 
failed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-06 Thread Ryan Beisner
We're seeing ovs crashes on a private deployment.  They seem to surface
only after being up for some time (1mo) and after creating/deleting a
lot of instances over that time period (20K), but all with a sane
system resource load.

$ apt-cache policy openvswitch-common
openvswitch-common:
  Installed: 2.0.2-0ubuntu0.14.04.1
  Candidate: 2.0.2-0ubuntu0.14.04.1
  Version table:
 *** 2.0.2-0ubuntu0.14.04.1 0
500 http://archive.ubuntu.com//ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 2.0.1+git20140120-0ubuntu2 0
500 http://archive.ubuntu.com//ubuntu/ trusty/main amd64 Packages

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-06 Thread Ryan Beisner
** Tags added: openstack uosci

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-01-06 Thread Ryan Beisner
For the life of me, I couldn't get ubuntu-bug or apport to automagically
add the .crash and stack trace to this bug.   Here it is, though, via
attachment.  ~9mb

** Attachment added: _usr_sbin_ovs-vswitchd.0.crash
   
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1352570/+attachment/4293053/+files/_usr_sbin_ovs-vswitchd.0.crash

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-12-15 Thread sridhar basam
I am the person who sent the email above on crashes on the 2.0.2 branch. To add 
some context to the frequency of crashes on 2.0.2, we  saw the crashes on 2.0.2 
happen a couple times so far compared to 100s of crashes over the past month on 
the 2.0.1 code. I will update this bug report and the ovs mailing list if 
things change with the frequency.

 If there is any additional information i can provide, let me know.
Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-12-12 Thread Dave Chiluk
There are numerous reports that this is still not resolved in the latest 
packages available in trusty. 
http://openvswitch.org/pipermail/discuss/2014-December/015931.html


** Tags added: cts

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-09-02 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 2.0.2-0ubuntu0.14.04.1

---
openvswitch (2.0.2-0ubuntu0.14.04.1) trusty; urgency=medium

  * New upstream stable release (LP: #1357229):
- Includes fix for SIGSEGV in nl_attr_get_size() due to use of
  de-allocated object during flow teardown (LP: #1352570).
 -- James Page james.p...@ubuntu.com   Fri, 15 Aug 2014 09:05:46 +0100

** Changed in: openvswitch (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-09-01 Thread James Page
We've not seen any problems since upgrading to the version in trusty-
proposed; marking verification done.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-08-15 Thread James Page
New point release including fix for this bug uploaded to trusty-proposed
for SRU team review.

** Description changed:

- this crash has been observed a few times on this particular openstack
- cloud; result in loss of network connectivity to instances running on
- the hypervisor.
+ [Impact]
+ Userspace daemon dies and all flows are lost during instance teardown on 
OpenStack hypervisor nodes; result is that all instances lose network access on 
the impacted server.
+ 
+ [Test Case]
+ Deploy openstack (sounds easy right); use it regularly and at some point 
instance termination will result in the userspace daemon dieing.
+ 
+ [Regression potential]
+ Limited; the fix is included in a new upstream point release which is covered 
by the usual upstream testing.
+ 
+ [Original Bug Report]
+ this crash has been observed a few times on this particular openstack cloud; 
result in loss of network connectivity to instances running on the hypervisor.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: openvswitch-switch 2.0.1+git20140120-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  Date: Mon Aug  4 18:10:16 2014
  ExecutablePath: /usr/sbin/ovs-vswitchd
  ExecutableTimestamp: 1393166598
  ProcCmdline: ovs-vswitchd unix:/var/run/openvswitch/db.sock -vconsole:emer 
-vsyslog:err -vfile:info --mlockall --no-chdir 
--log-file=/var/log/openvswitch/ovs-vswitchd.log 
--pidfile=/var/run/openvswitch/ovs-vswitchd.pid --detach --monitor
  ProcCwd: /
  ProcEnviron:
-  TERM=linux
-  PATH=(custom, no user)
+  TERM=linux
+  PATH=(custom, no user)
  SegvAnalysis:
-  Segfault happened at: 0x459110 nl_attr_get_size:   movzwl (%rdi),%eax
-  PC (0x00459110) ok
-  source (%rdi) (0x) not located in a known VMA region (needed 
readable region)!
-  destination %eax ok
+  Segfault happened at: 0x459110 nl_attr_get_size:   movzwl (%rdi),%eax
+  PC (0x00459110) ok
+  source (%rdi) (0x) not located in a known VMA region (needed 
readable region)!
+  destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: openvswitch
  StacktraceTop:
-  nl_attr_get_size (nla=nla@entry=0x0) at ../lib/netlink.c:506
-  format_generic_odp_key (a=a@entry=0x0, ds=ds@entry=0x7fff9005e1e0) at 
../lib/odp-util.c:767
-  format_odp_key_attr (a=a@entry=0xc5e990, ma=ma@entry=0x0, 
ds=ds@entry=0x7fff9005e1e0, verbose=verbose@entry=true) at 
../lib/odp-util.c:1331
-  odp_flow_format (key=key@entry=0xc5e920, key_len=key_len@entry=120, 
mask=mask@entry=0x0, mask_len=mask_len@entry=0, ds=ds@entry=0x7fff9005e1e0, 
verbose=verbose@entry=true) at ../lib/odp-util.c:1401
-  log_flow_message (error=error@entry=2, operation=operation@entry=0x4d0b93 
flow_del, key=0xc5e920, key_len=120, mask=mask@entry=0x0, 
mask_len=mask_len@entry=0, stats=0x0, actions=actions@entry=0x0, 
actions_len=actions_len@entry=0, dpif=optimized out) at ../lib/dpif.c:1354
+  nl_attr_get_size (nla=nla@entry=0x0) at ../lib/netlink.c:506
+  format_generic_odp_key (a=a@entry=0x0, ds=ds@entry=0x7fff9005e1e0) at 
../lib/odp-util.c:767
+  format_odp_key_attr (a=a@entry=0xc5e990, ma=ma@entry=0x0, 
ds=ds@entry=0x7fff9005e1e0, verbose=verbose@entry=true) at 
../lib/odp-util.c:1331
+  odp_flow_format (key=key@entry=0xc5e920, key_len=key_len@entry=120, 
mask=mask@entry=0x0, mask_len=mask_len@entry=0, ds=ds@entry=0x7fff9005e1e0, 
verbose=verbose@entry=true) at ../lib/odp-util.c:1401
+  log_flow_message (error=error@entry=2, operation=operation@entry=0x4d0b93 
flow_del, key=0xc5e920, key_len=120, mask=mask@entry=0x0, 
mask_len=mask_len@entry=0, stats=0x0, actions=actions@entry=0x0, 
actions_len=actions_len@entry=0, dpif=optimized out) at ../lib/dpif.c:1354
  Title: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

** Changed in: openvswitch (Ubuntu Utopic)
   Status: Triaged = Invalid

** Changed in: openvswitch (Ubuntu Trusty)
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-08-15 Thread James Page
** Changed in: openvswitch (Ubuntu Trusty)
 Assignee: James Page (james-page) = Liam Young (gnuoy)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/openvswitch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-08-15 Thread Chris J Arges
Hello James, or anyone else affected,

Accepted openvswitch into trusty-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/openvswitch/2.0.2-0ubuntu0.14.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: openvswitch (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-08-08 Thread James Page
** Changed in: openvswitch (Ubuntu)
   Importance: Medium = High

** Changed in: openvswitch (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-08-08 Thread James Page
I've spoken with upstream about this and the commit identified probably
resolves this issue (testing on our internal cloud appears to confirm
this with packages from ppa:james-page/openvswitch).

I've requested a new point release, however if that does not appear in a
reasonable period of time, I'm proposing we take a snapshot of the
current tip of the 2.0 branch upstream and run with that.

** Changed in: openvswitch (Ubuntu)
   Status: Confirmed = Triaged

** Also affects: openvswitch (Ubuntu Utopic)
   Importance: High
 Assignee: James Page (james-page)
   Status: Triaged

** Also affects: openvswitch (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: openvswitch (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: openvswitch (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: openvswitch (Ubuntu Trusty)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: openvswitch (Ubuntu Utopic)
 Assignee: James Page (james-page) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-08-04 Thread James Page
https://github.com/openvswitch/ovs/commit/dd2e44f835fac8c2df99f84c54250c3ca981f2f5
might be a potential fix

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-08-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openvswitch (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1352570

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs