google-code-export / mobbler

Automatically exported from code.google.com/p/mobbler
0 stars 0 forks source link

KERN-EXEC 3 when showing local events #655

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. View -> Local events

What is the expected output? What do you see instead?
Expected: shows local events
Actual: crashes with KERN-EXEC 3

Happens with latest official release and latest dev code.

Original issue reported on code.google.com by hugovk@gmail.com on 23 May 2010 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by hugovk@gmail.com on 8 Aug 2010 at 10:26

GoogleCodeExporter commented 9 years ago
Yet another XML parsing crash.

The problem is I'm getting latitude, longitude and accuracy for my location but 
not name in CMobblerLocation::DataL().

Original comment by hugovk@gmail.com on 8 Aug 2010 at 12:35

GoogleCodeExporter commented 9 years ago
Fixed in r532b820012.

We never actually used accuracy or name in the callback function, so I just 
replaced those with KNullDesC8. Should I just remove those parameters 
altogether?

Original comment by hugovk@gmail.com on 8 Aug 2010 at 8:06