Returns null string during session start
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Whoopsie |
In Progress
|
Undecided
|
John Lenton |
Bug Description
During session startup, the call to whoopsie_
In particular, running http://
Rebooting (boot in dmesg -T at Thu Apr 17 14:32:36 2014, first "init:" line at Thu Apr 17 14:32:44 2014), in the upstart logs I get a series of
2014-04-
(that's also the first such line ,10s after init)
until suddenly
2014-04-
2014-04-
I don't know what's causing this, as it doesn't make sense from what I can read in the code.
--
This bug is a fork of lp:1309237 to address only the whoopsie bits, in case you're following along.
--
Evan says “if I had to guess, I'd say this is because we don't have a non-loopback mac address until that point in the boot cycle”; instrumenting whoopsie will answer this quickly.
The real issue is not returning an error when this happens.
Related branches
- Evan (community): Approve
-
Diff: 290 lines (+170/-13)3 files modifiedsrc/identifier.c (+37/-8)
src/identifier.h (+7/-0)
src/tests/test_identifier.c (+126/-5)
summary: |
- Returns null string during session start + Work around whoopsie returning null string during session start |
summary: |
- Work around whoopsie returning null string during session start + Returns null string during session start |
Changed in whoopsie: | |
assignee: | nobody → John Lenton (chipaca) |
Changed in whoopsie: | |
status: | New → In Progress |