Send buglog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/buglog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of buglog digest..."
Today's Topics:
1. [Bug 351] New: openmoko-panel-gsm segfaults
([EMAIL PROTECTED])
2. [Bug 66] Applet for Missed Events
([EMAIL PROTECTED])
3. [Bug 69] Speed up System Initialization
([EMAIL PROTECTED])
4. [Bug 69] Speed up System Initialization
([EMAIL PROTECTED])
5. [Bug 70] Minimize Services started on Bootup
([EMAIL PROTECTED])
6. [Bug 70] Minimize Services started on Bootup
([EMAIL PROTECTED])
7. [Bug 82] implement and test cpufreq interface to S3C2410 PLL
/ SLOWCLK ([EMAIL PROTECTED])
8. [Bug 83] evaluate process and I/O schedulers
([EMAIL PROTECTED])
9. [Bug 83] evaluate process and I/O schedulers
([EMAIL PROTECTED])
10. [Bug 88] use and test PMU watchdog driver
([EMAIL PROTECTED])
11. [Bug 88] use and test PMU watchdog driver
([EMAIL PROTECTED])
12. [Bug 89] determine correct gamma calibration values and put
them in LCM config code ([EMAIL PROTECTED])
13. [Bug 89] determine correct gamma calibration values and put
them in LCM config code ([EMAIL PROTECTED])
14. [Bug 89] determine correct gamma calibration values and put
them in LCM config code ([EMAIL PROTECTED])
15. [Bug 89] determine correct gamma calibration values and put
them in LCM config code ([EMAIL PROTECTED])
16. [Bug 89] determine correct gamma calibration values and put
them in LCM config code ([EMAIL PROTECTED])
17. [Bug 89] determine correct gamma calibration values and put
them in LCM config code ([EMAIL PROTECTED])
18. [Bug 31] Display colors are slightly off
([EMAIL PROTECTED])
19. [Bug 31] Display colors are slightly off
([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=351
Summary: openmoko-panel-gsm segfaults
Product: OpenMoko
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: openmoko-panel-gsmgprs
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
The change in r1548 causes a segfault while starting matchbox-panel.
** (matchbox-panel:1566): DEBUG: moko_panel_applet_init
** (matchbox-panel:1566): DEBUG: moko_panel_applet_init
** (matchbox-panel:1566): DEBUG: moko_panel_applet_init
Program received signal SIGSEGV, Segmentation fault.
0x408b76e4 in strlen () from /lib/libc.so.6
(gdb) bt
#0 0x408b76e4 in strlen () from /lib/libc.so.6
#1 0x4088a15c in vfprintf () from /lib/libc.so.6
#2 0x408aa64c in vsnprintf () from /lib/libc.so.6
#3 0x40890b64 in snprintf () from /lib/libc.so.6
#4 0x40a1cfc8 in mb_panel_applet_create () from
/usr/lib/matchbox-panel/libopenmoko-panel-gsm.so
#5 0x0000a070 in _start ()
It seem this typo causes the bug:
applet->gsm_quality = GSM_SIGNAL_ERROR;
applet->gsm_quality = GPRS_CLOSE;
snprintf (path, 512, "%s/%s", PKGDATADIR, gsm_q_name[applet->gsm_quality]);
gsm_q_name[GPRS_CLOSE] is not initialized.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=66
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:14 -------
can only be implemented when libmokojournal API finalized. this applet should
NOT be implemented by just listening to GSM, it needs to be more high level.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=69
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:18 -------
Harald Welte is working on this.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=69
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:18 -------
Harald Welte is working on this.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=70
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:19 -------
this is less important once we have an event-based init (see #69)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=70
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:19 -------
this is less important once we have an event-based init (see #69)
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=82
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:24 -------
any news on that?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=83
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|Phase 1 |Phase 2
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:25 -------
Optimization can be done when the typical workload is finalized
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=83
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|Phase 1 |Phase 2
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:25 -------
Optimization can be done when the typical workload is finalized
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=88
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:26 -------
any news on that?
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=88
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:26 -------
any news on that?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=89
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:27 -------
still no answer... any news on this?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=89
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:27 -------
still no answer... any news on this?
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=89
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:27 -------
still no answer... any news on this?
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=89
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|31 |
nThis| |
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:28 -------
Bug #31 was a different problem
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=89
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|31 |
nThis| |
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:28 -------
Bug #31 was a different problem
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=89
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|31 |
nThis| |
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:28 -------
Bug #31 was a different problem
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=31
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn|89 |
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=31
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn|89 |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog