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 1000] Terminal starts in root, regardless of $HOME
      setting ([EMAIL PROTECTED])
   2. [Bug 90] GSM TS07.10 multiplex missing
      ([EMAIL PROTECTED])
   3. [Bug 1161] New: openmoko-terminal2 - wrong $HOME variable in
      env ([EMAIL PROTECTED])
   4. [Bug 1162] New: New message event appear only with specific
      hardware/software configuration
      ([EMAIL PROTECTED])
   5. [Bug 812] "neo1973 gsm version" command does not respond
      ([EMAIL PROTECTED])
   6. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
   7. [Bug 1163] New: cannot send SMS from Contacts
      ([EMAIL PROTECTED])
   8. [Bug 1164] New: no communication history in Contacts
      ([EMAIL PROTECTED])
   9. [Bug 1164] no communication history in Contacts
      ([EMAIL PROTECTED])
  10. [Bug 1155] gsmd segfault in network_opers_parse
      ([EMAIL PROTECTED])
  11. [Bug 1154] gsmd at 100% CPU (sigsegv-handling problem)
      ([EMAIL PROTECTED])
  12. [Bug 1154] gsmd at 100% CPU (sigsegv-handling problem)
      ([EMAIL PROTECTED])
  13. [Bug 1155] gsmd segfault in network_opers_parse
      ([EMAIL PROTECTED])
  14. [Bug 1155] gsmd segfault in network_opers_parse
      ([EMAIL PROTECTED])
  15. [Bug 1155] gsmd segfault in network_opers_parse
      ([EMAIL PROTECTED])
  16. [Bug 1154] gsmd at 100% CPU (sigsegv-handling problem)
      ([EMAIL PROTECTED])
  17. [Bug 1154] gsmd at 100% CPU (sigsegv-handling problem)
      ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1000

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2008-01-06 15:41 -------
Seems to work now.



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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2008-01-06 15:43 -------
Writchie, could you please give us an update on your achievements -- preferrably
an ETA for release? :)



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

           Summary: openmoko-terminal2 - wrong $HOME variable in env
           Product: OpenMoko
           Version: 2007.2
          Platform: Neo1973
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: openmoko-terminal
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


openmoko-terminal2 have wrong HOME variable
HOME=/
should be HOME=/home/root/



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

           Summary: New message event appear only with specific
                    hardware/software configuration
           Product: OpenMoko
           Version: 2007.2
          Platform: Neo1973
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: openmoko-messages
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


USB cable plugged in and power management set to "DIM first then lock"
never appear when USB cable is disconnected and/or any other PM settings
possibly something is wrong in dbus-eds ?



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





------- Additional Comments From [EMAIL PROTECTED]  2008-01-07 00:54 -------
Part of the problem is that gsmver.c now contains a while() loop that will never
exit (as of svn 3184):

        while (1) {
                if (dev->tstc()) {
                        i = dev->getc();
                        putc(i);
                        /* FIXME: should we just dump straightforward
                         * version string such as "moko1" or "moko4"?
                         */
                        if (i == '\n' || i == '\r')
                                continue;
                }
        }

However there is also some other problem because I do not see any response from
the modem (it hangs after printing "GSM Firmware Version:", as shown in the
first comment). I can execute the "AT+CGMR" command manually through the 
terminal. 

My versions:
U-Boot 1.3.1+git20080106+svnr3776 (Jan  6 2008 - 15:22:25)
+CGMR: "HW: GTA01Bv4, GSM: 
gsm_ac_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0-Moko1"




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

           Summary: cannot send SMS from Contacts
           Product: OpenMoko
           Version: 2007.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: openmoko-contacts
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected],[EMAIL PROTECTED]


http://wiki.openmoko.org/wiki/Contacts/2007.2
from our wiki, we can send a SMS from Contacts



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

           Summary: no communication history in Contacts
           Product: OpenMoko
           Version: 2007.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: openmoko-contacts
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected],[EMAIL PROTECTED]


http://wiki.openmoko.org/wiki/Contacts/2007.2

from wiki, we can see the communication history in Contacts



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





------- Additional Comments From [EMAIL PROTECTED]  2008-01-07 10:10 -------
Could you explain your bug a little more please? Communication history should be
available on the third tab when you select a contact.



------- 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
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED





------- 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
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED





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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |1154
              nThis|                            |





------- 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-07 11:00 -------
Created an attachment (id=480)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=480&action=view)
refactoring the network_opers_parse() to solve segfault issue




------- 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
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2008-01-07 11:01 -------
Refactoring the function network_opers_parse(), fix this issue.



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

Bug 1154 depends on bug 1155, which changed state.

Bug 1155 Summary: gsmd segfault in network_opers_parse
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1155

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED





------- 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-07 11:17 -------
Created an attachment (id=481)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=481&action=view)
 have a
add case handle for SIGSEGV




------- You are receiving this mail because: -------
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