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. Re: Openmoko Bug #1680: [Exposure] can't scroll in exposure
(Openmoko Public Trac)
2. Openmoko Bug #1699: Mailing lists are sending same email 2/3
times (Openmoko Public Trac)
3. Re: Openmoko Bug #1695: opkg r4562 segfaults like hell
(Openmoko Public Trac)
4. Re: Openmoko Bug #1691: [Qtopia] qpe crash happened after
flash the new image (Openmoko Public Trac)
5. Re: Openmoko Bug #1686: packagekit on org.openmoko.dev
depends on newer opkg (Openmoko Public Trac)
6. Openmoko Bug #1700: [Qtopia] sometimes Device does not
Ringing (Openmoko Public Trac)
7. Re: Openmoko Bug #1695: opkg r4562 segfaults like hell
(Openmoko Public Trac)
8. Re: Openmoko Bug #1695: opkg r4562 segfaults like hell
(Openmoko Public Trac)
9. Re: Openmoko Bug #1212: If contacts have a null entry,
messages will seg fault (Openmoko Public Trac)
--- Begin Message ---
#1680: [Exposure] can't scroll in exposure
------------------------+---------------------------------------------------
Reporter: wendy_hung | Owner: marek
Type: defect | Status: in_testing
Priority: highest | Milestone: ASU
Component: Exposure | Version:
Severity: blocker | Resolution:
Keywords: | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
Changes (by raster):
* status: accepted => in_testing
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1680#comment:3>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1699: Mailing lists are sending same email 2/3 times
----------------------------+-----------------------------------------------
Reporter: manitasdeplata | Owner: openmoko-devel
Type: defect | Status: new
Priority: normal | Milestone:
Component: unknown | Version:
Severity: blocker | Keywords:
Blocking: | Blockedby:
----------------------------+-----------------------------------------------
I keep receiving multiple copies of the same email from the Community and
Support ML (the only ones I check). I thought it was my misconfiguration
but then more people had the same:
http://lists.openmoko.org/pipermail/community/2008-July/024019.html
In attach a copy of two twins email.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1699>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1695: opkg r4562 segfaults like hell
---------------------+------------------------------------------------------
Reporter: koen | Owner: tick
Type: defect | Status: accepted
Priority: highest | Milestone:
Component: opkg | Version: current svn head
Severity: blocker | Resolution:
Keywords: | Blocking:
Blockedby: |
---------------------+------------------------------------------------------
Comment(by tick):
remove this line first on svn. 4563 (Let user can use)
Keep digging
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1695#comment:3>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1691: [Qtopia] qpe crash happened after flash the new image
------------------------+---------------------------------------------------
Reporter: wendy_hung | Owner: zecke
Type: defect | Status: new
Priority: highest | Milestone: ASU
Component: Qtopia | Version:
Severity: blocker | Resolution:
Keywords: | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
Comment(by wendy_hung):
The hole process for me works like this:
flash the new image ---> power on the device ---> wait wait wait ---> the
device with the home screen ---> suspend time come (system default
setting) ---> resume ---> show up the error message
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1691#comment:1>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1686: packagekit on org.openmoko.dev depends on newer opkg
--------------------+-------------------------------------------------------
Reporter: cesarb | Owner: julian_chu
Type: defect | Status: new
Priority: normal | Milestone:
Component: Distro | Version:
Severity: normal | Resolution:
Keywords: | Blocking:
Blockedby: |
--------------------+-------------------------------------------------------
Comment(by queen6):
Blah I should check bugzilla before fixing it myself. The solution was
already there and would save a lot of time.
Confirmed bug and solution!
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1686#comment:1>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1700: [Qtopia] sometimes Device does not Ringing
------------------------+---------------------------------------------------
Reporter: regina_kim | Owner: [EMAIL PROTECTED]
Type: defect | Status: new
Priority: high | Milestone: ASU
Component: Qtopia | Version:
Severity: major | Keywords:
Blocking: | Blockedby:
------------------------+---------------------------------------------------
kernel : 20080723-asu.stable-uImage.bin
rootfs : 20080730-asu.stable-rootfs.jffs2
summary : Device does not ringing
step + current :
i have tried 4 Devices.one of them(No.120) does not ringing after touch
suspend set 10 sec.but the others still ringing well.one of Device(No.106)
start does not ringing again after tried to make more calls.
i really can't fine out actually reason.
reproducible: 1out of 10 tries.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1700>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1695: opkg r4562 segfaults like hell
---------------------+------------------------------------------------------
Reporter: koen | Owner: tick
Type: defect | Status: accepted
Priority: highest | Milestone:
Component: opkg | Version: current svn head
Severity: blocker | Resolution:
Keywords: | Blocking:
Blockedby: |
---------------------+------------------------------------------------------
Comment(by tick):
I think I found the reason:
The package use the installed_files without get and free
Index: pkg_hash.c
===================================================================
--- pkg_hash.c (revision 4562)
+++ pkg_hash.c (working copy)
@@ -648,10 +648,12 @@
// opkg_message(conf, OPKG_DEBUG2, "owning_pkg=%s filename=%s\n",
owning_pkg->name, file_name);
hash_table_insert(file_hash, file_name, owning_pkg);
if (old_owning_pkg) {
+ pkg_get_installed_files(old_owning_pkg);
str_list_remove_elt(old_owning_pkg->installed_files, file_name);
+ pkg_free_installed_files(old_owning_pkg);
/* mark this package to have its filelist written */
old_owning_pkg->state_flag |= SF_FILELIST_CHANGED;
owning_pkg->state_flag |= SF_FILELIST_CHANGED;
}
return 0;
}
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1695#comment:4>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1695: opkg r4562 segfaults like hell
---------------------+------------------------------------------------------
Reporter: koen | Owner: tick
Type: defect | Status: in_testing
Priority: highest | Milestone:
Component: opkg | Version: current svn head
Severity: blocker | Resolution:
Keywords: | Blocking:
Blockedby: |
---------------------+------------------------------------------------------
Changes (by tick):
* cc: [EMAIL PROTECTED] (added)
* status: accepted => in_testing
Comment:
Should be solved.
Really thanks Koen for reporting this.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1695#comment:5>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1212: If contacts have a null entry, messages will seg fault
-------------------------------+--------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: openmoko-devel
Type: defect | Status: closed
Priority: high | Milestone:
Component: openmoko-messages | Version: current svn head
Severity: critical | Resolution: fixed
Keywords: | Blocking:
Blockedby: |
-------------------------------+--------------------------------------------
Changes (by andreas.dalsgaard):
* status: new => closed
* resolution: => fixed
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1212#comment:3>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog