#12871 HIGH 14.1.0: Firefox instability in Ceibal Builds

Zarro Boogs per Child bugtracker at laptop.org
Tue Mar 17 10:39:36 EDT 2015


#12871: Firefox instability in Ceibal Builds
-------------------------------------+-------------------------------------
            Reporter:  ebordon       |          Owner:  Matias Basso
                Type:  defect        |         Status:  new
            Priority:  high          |      Milestone:  14.1.0
           Component:  not assigned  |        Version:  Development build
          Resolution:                |  as of this date
          Blocked By:                |       Keywords:
Deployments affected:                |       Blocking:
            Verified:  0             |  Action Needed:  test in release
-------------------------------------+-------------------------------------

Comment (by ebordon):

 We are testing our builds, searching from this bug to occurs and we are
 catching some logs.

 We are using the follows command:

 {{{
 #!/bin/sh

 # Create a script, to preserve logs of user session
 cat <<EOF >/usr/local/bin/olpc-dm-preserve-logs
 #!/bin/sh
 NOW=\$(date +%s.%N)
 tar --create \
     --xz \
     --file /home/olpc/power-logs/\$NOW.tar.xz \
     --transform "s,^,\$NOW/," \
     /tmp/olpc-dm* \
     /var/log/Xorg* \
     /var/log/olpc-dm* \
     /home/olpc/.sugar/default/*.log || true
 EOF
 chmod +x /usr/local/bin/olpc-dm-preserve-logs

 # Preserve logs when olpc-dm service fails
 sed -i -e '/^ExecStart/aExecStartPost=/usr/local/bin/olpc-dm-preserve-
 logs' \
     /usr/lib/systemd/system/olpc-dm.service
 }}}

 And also, we configure the .xsession file in this way:

 {{{
 # Procedimiento log.
 ulimit -c unlimited

 # make a timestamp, seconds, nanoseconds.
 NOW=$(date +%s.%N)

 # make evidence of session startup.
 touch power-logs/startup.$NOW

 # if a previous session log is found, save it.
 LOG=/var/log/Xorg.0.log.old
 [ -e $LOG ] && \
     grep -qi backtrace $LOG && \
         xz < $LOG > power-logs/backtrace.$NOW.xz
 }}}

--
Ticket URL: <http://dev.laptop.org/ticket/12871#comment:1>
One Laptop per Child <http://one.laptop.org/>
One Laptop per Child bug tracking system


More information about the Bugs mailing list