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 1155] New: gsmd segfault in network_opers_parse
      ([EMAIL PROTECTED])
   2. [Bug 1155] gsmd segfault in network_opers_parse
      ([EMAIL PROTECTED])
   3. [Bug 1154] gsmd at 100% CPU (sigsegv-handling problem)
      ([EMAIL PROTECTED])
   4. [Bug 1145] add hw assisted rotation support to xglamo via
      randr ([EMAIL PROTECTED])
   5. [Bug 1155] gsmd segfault in network_opers_parse
      ([EMAIL PROTECTED])
   6. [Bug 1155] gsmd segfault in network_opers_parse
      ([EMAIL PROTECTED])
   7. [Bug 1155] gsmd segfault in network_opers_parse
      ([EMAIL PROTECTED])
   8. [Bug 1154] gsmd at 100% CPU (sigsegv-handling problem)
      ([EMAIL PROTECTED])
   9. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
  10. [Bug 889] 8 seconds power button timeout no longer working
      (regression) ([EMAIL PROTECTED])
  11. [Bug 1149] Incoming calls work perfectly, but outgoing calls
      silently fail. ([EMAIL PROTECTED])
  12. [Bug 1149] Incoming calls work perfectly, but outgoing calls
      silently fail. ([EMAIL PROTECTED])
  13. [Bug 1149] Incoming calls work perfectly, but outgoing calls
      silently fail. ([EMAIL PROTECTED])
  14. [Bug 1156] New: Battery plugin notification support
      ([EMAIL PROTECTED])
  15. [Bug 1156] Battery plugin notification support
      ([EMAIL PROTECTED])
  16. [Bug 1156] Battery plugin notification support
      ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1155

           Summary: gsmd segfault in network_opers_parse
           Product: OpenMoko
           Version: current svn head
          Platform: Neo1973
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gsmd
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


In a gsmd build that's patched to prevent the #1154 problem I observed a
segfault in the network_opers_parse() function:

Program terminated with signal 11, Segmentation fault.
#0  0x0000f0c0 in network_opers_parse (str=<value optimized out>, out=0x0)
    at usock.c:661
661     usock.c: No such file or directory.
        in usock.c
(gdb) where
#0  0x0000f0c0 in network_opers_parse (str=<value optimized out>, out=0x0)
    at usock.c:661
#1  0x0000f14c in network_opers_cb (cmd=0x30ce8, ctx=0x307e0, 
    resp=0x401316f8
"\207([EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@?\027\023@@\027\023@")
at usock.c:682
#2  0x0000b634 in atcmd_done (g=0x1e454, cmd=0x30ce8, buf=0x1e4a8 "OK")
    at atcmd.c:232
#3  0x0000c440 in atcmd_select_cb (fd=3, what=1, data=<value optimized out>)
    at atcmd.c:174
#4  0x0000c888 in gsmd_select_main () at select.c:98
#5  0x0000b098 in main (argc=7, argv=<value optimized out>) at gsmd.c:500

libgsmd package version is: 0.1+svnr3759-r40



------- 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=1155





------- Additional Comments From [EMAIL PROTECTED]  2008-01-03 18:25 -------
Created an attachment (id=470)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=470&action=view)
Partial /tmp/gsm.log




------- 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=1154





------- Additional Comments From [EMAIL PROTECTED]  2008-01-03 18:29 -------
I've reported the segfault itself as bug #1155.



------- 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=1145

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #460 is|0                           |1
           obsolete|                            |



------- Additional Comments From [EMAIL PROTECTED]  2008-01-03 21:23 -------
Created an attachment (id=471)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=471&action=view)
reworked randr support patch

reworked the randr support patch to make it automatically set the pixclock
properly during the rotation. At some point, this pixclock setting should be
moved into the framebuffer driver in the kernel.

This patch supersedes patch #460



------- 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=1155

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]           |[EMAIL PROTECTED]





------- 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=1155





------- Additional Comments From [EMAIL PROTECTED]  2008-01-04 04:14 -------
Note that the line numbers have changed since I did my build - line 661 in
usock.c is now line 807:

                if (n < 10 || str[n - 1] != ')')

which can have trouble if n is less than or equal to 0.




------- 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=1155

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
         AssignedTo|[EMAIL PROTECTED]      |[EMAIL PROTECTED]



------- Additional Comments From [EMAIL PROTECTED]  2008-01-04 04:17 -------
hi Mike, Thanks a lot for reporting this bug with log file for us.

hi Sean, please help to check this issue. Thanks! -erin



------- 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=1154

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]      |[EMAIL PROTECTED]



------- Additional Comments From [EMAIL PROTECTED]  2008-01-04 04:18 -------
hi Sean, please help to check this issue. Thanks! -erin



------- 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 ---
[This e-mail has been automatically generated.]

You have one or more bugs assigned to you in the Bugzilla 
bugsystem (http://bugzilla.openmoko.org/cgi-bin/bugzilla/) that require
attention.

All of these bugs are in the NEW state, and have not been touched
in 7 days or more.  You need to take a look at them, and 
decide on an initial action.

Generally, this means one of three things:

(1) You decide this bug is really quick to deal with (like, it's INVALID),
    and so you get rid of it immediately.
(2) You decide the bug doesn't belong to you, and you reassign it to someone
    else.  (Hint: if you don't know who to reassign it to, make sure that
    the Component field seems reasonable, and then use the "Reassign bug to
    owner of selected component" option.)
(3) You decide the bug belongs to you, but you can't solve it this moment.
    Just use the "Accept bug" command.

To get a list of all NEW bugs, you can use this URL (bookmark it if you like!):

    
http://bugzilla.openmoko.org/cgi-bin/bugzilla/buglist.cgi?bug_status=NEW&[EMAIL 
PROTECTED]

Or, you can use the general query page, at
http://bugzilla.openmoko.org/cgi-bin/bugzilla/query.cgi.

Appended below are the individual URLs to get to all of your NEW bugs that 
haven't been touched for a week or more.

You will get this message once a day until you've dealt with these bugs!

  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=934
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=935
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1012
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1081
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1107
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1127
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1133
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1136



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=889





------- Additional Comments From [EMAIL PROTECTED]  2008-01-04 05:26 -------
This bug is still present on my GTA01Bv4 with the following packages (built with
MokoMakefile):

kernel-image-2.6.22.5-moko11 - 2.6.22.5-moko11+svnr3743-r10
sysvinit - 2.86-r36

When X is shut down (or crashes) and the power button is held down, messages are
printed to the screen but the device does not shut down or power off.

pcf50606_irq: entering(irq=53, pcf=c07d8800): scheduling work
pcf50606_work: INT1=0x42 INT2=0x00 INT3=0x00:ONKEYF SECOND 
pcf50606_irq: entering(irq=53, pcf=c07d8800): scheduling work
pcf50606_work: INT1=0x44 INT2=0x00 INT3=0x00:ONKEY1S SECOND pcf50606_work:
ONKEY_SECONDS(0, OOCC1=0x70) 
pcf50606_irq: entering(irq=53, pcf=c07d8800): scheduling work
pcf50606_work: INT1=0x40 INT2=0x00 INT3=0x00:SECOND pcf50606_work:
ONKEY_SECONDS(1, OOCC1=0x70) 
pcf50606_irq: entering(irq=53, pcf=c07d8800): scheduling work
pcf50606_work: INT1=0x40 INT2=0x00 INT3=0x00:SECOND pcf50606_work:
ONKEY_SECONDS(2, OOCC1=0x70) SIGINT(init) 
[...]
pcf50606_work: INT1=0x40 INT2=0x00 INT3=0x00:SECOND pcf50606_work:
ONKEY_SECONDS(31, OOCC1=0x70) SIGINT(init) 
pcf50606_irq: entering(irq=53, pcf=c07d8800): scheduling work
pcf50606_work: INT1=0x40 INT2=0x00 INT3=0x00:SECOND pcf50606_work:
ONKEY_SECONDS(32, OOCC1=0x70) SIGINT(init) 
pcf50606_irq: entering(irq=53, pcf=c07d8800): scheduling work
pcf50606_work: INT1=0x01 INT2=0x00 INT3=0x00:ONKEYR 




------- 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=1149





------- Additional Comments From [EMAIL PROTECTED]  2008-01-04 06:27 -------
Created an attachment (id=472)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=472&action=view)
gsmd log of second attempt.

My second try, as per Erin's instructions.



------- 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=1149





------- Additional Comments From [EMAIL PROTECTED]  2008-01-04 06:31 -------
OK, my second gsm.log has been added as an attachment.  The results were the
same as before: the incoming call worked fine (and I hung it up using the Hang
Up icon while it was still ringing);  dialing an outgoing call leaves the Dialer
indefinitely at the "Outgoing Call" screen with the animated green arrow and
phone icon in the center of the display.

The phone has not been reflashed since I posted this bug (and yes, I know the
timestamps in the log are wrong).

Hope this proves useful! :)



------- 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=1149





------- Additional Comments From [EMAIL PROTECTED]  2008-01-04 06:34 -------
And, just to clarify, once the I attempt an outgoing call, incoming calls no
longer work.  The provider just claims that "The customer is unavailable",
leading me to believe that the chip just falls off the network.



------- 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=1156

           Summary: Battery plugin notification support
           Product: OpenMoko
           Version: current svn head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: openmoko-panel-battery
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Battery panel plugin doesn't display any notification,
when battery is empty.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
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=1156





------- Additional Comments From [EMAIL PROTECTED]  2008-01-04 09:48 -------
Created an attachment (id=473)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=473&action=view)
[PATCH] Battery plugin notification support

Changelog:

* configure.ac
  Added libnotify

* src/openmoko-panel-battery.c: (battery_applet_notification),
  (timeout), (mb_panel_applet_create):
  Display notification using libnotify when battery has
  less then 3% and 10% of capacity.

* src/openmoko-panel-battery.c: (battery_applet_notification),
  (on_clicked_cb), (mb_panel_applet_create):
  Clicking on battery indicator will display information about
  battery status.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
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=1156





------- Additional Comments From [EMAIL PROTECTED]  2008-01-04 09:49 -------
Created an attachment (id=474)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=474&action=view)
[PATCH] openmoko-panel-battery_svn.bb

added libnotify to openmoko-panel-battery DEPENDS.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog

Reply via email to