maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [Announce] CSSU devel, it may eat your brain (https://talk.maemo.org/showthread.php?t=84292)

freemangordon 2014-04-24 18:37

Re: [Announce] CSSU devel, it may eat your brain
 
clock-ui (0.6-1+0cssu6) is in the repo, changelog:

* alarm with date shows original alarm time after snooze
and those alarms can no longer be disabled during snooze
* recurrent alarms should now keep their original time in the alarmlist


Thanks ade!!!

pali 2014-04-26 20:58

Re: [Announce] CSSU devel, it may eat your brain
 
Quote:

Originally Posted by pali (Post 1387355)
Quote:

Originally Posted by pali (Post 1382900)
Quote:

Originally Posted by artpra (Post 1382895)
Don`t know if it is a unwanted result of your recent changes but take a look:
http://img41.imageshack.us/img41/1328/qv6d.png
Broken dialogue title while saving attachments in modest.

No this is old bug which MAG did not fixed correctly (in 2011). I can fix it in next version :-) Thanks for reminding me this bug.

Here is patch for it: http://pastebin.com/9TTrxmai

Can somebody test it?

Now patch is in cssu-devel. @artpra: Can you test it?

pali 2014-05-08 13:58

Re: [Announce] CSSU devel, it may eat your brain
 
I have strange problem. Pulseaudio crashing very often when OMP playing flac (-8 encoded) songs. This cause that OMP skip lot of songs and start playing again after PA is respawned. In syslog are lot of these messages:

Code:

May  7 16:56:56 Pali-Nokia-N900 pulseaudio[2732]: main.c: Running in system mode, but --disallow-exit not set!
May  7 16:56:56 Pali-Nokia-N900 pulseaudio[2732]: main.c: Running in system mode, but --disallow-module-loading not set!
May  7 16:56:57 Pali-Nokia-N900 pulseaudio[2732]: module-bluetooth-device.c: Default profile not connected, selecting off profile
May  7 16:56:57 Pali-Nokia-N900 pulseaudio[2732]: module-combine.c: No slave sinks specified.
May  7 17:18:48 Pali-Nokia-N900 pulseaudio[2732]: module-rescue-streams.c: Failed to move sink input 1 "output of sink.voice.raw" to sink.music.
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: mainloop.c: poll(): Bad address
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: flist.c: flist is full (don't worry)
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: flist.c: flist is full (don't worry)
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: flist.c: flist is full (don't worry)
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: flist.c: flist is full (don't worry)
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: flist.c: flist is full (don't worry)
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: voice-hw-source-output.c: Master source "source.hw0" not found
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: flist.c: flist is full (don't worry)
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: voice-cmtspeech.c: closing the modem instance
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: flist.c: flist is full (don't worry)
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: voice-util.h: voice_memchunk_pool empty, all 128 slots allocated
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: flist.c: flist is full (don't worry)
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: flist.c: flist is full (don't worry)
May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: memblock.c: Memory pool destroyed but not all memory blocks freed! 2 remain.
May  7 19:07:20 Pali-Nokia-N900 init: pulseaudio main process ended, respawning

First, before starting investigatiion I would like to ask: Has somebody similar problem?

xes 2014-05-08 14:54

Re: [Announce] CSSU devel, it may eat your brain
 
Hey Pali... i know that error! "Master source "source.hw0" not found"

But the audio of your phone calls is working fine?

Look here:
http://talk.maemo.org/showpost.php?p...6&postcount=25

pali 2014-05-08 14:57

Re: [Announce] CSSU devel, it may eat your brain
 
Crash starting with this line
Code:

May  7 19:07:20 Pali-Nokia-N900 pulseaudio[2732]: mainloop.c: poll(): Bad address
See time.

I think that audio calls working fine. But I will test them.

pali 2014-05-09 20:53

Re: [Announce] CSSU devel, it may eat your brain
 
It looks like this problem is caused by new libc6 thumb version. I downgraded libc6 to previous non-thumb version from and pulseaudio did not crashed when running OMP...

int_ua 2014-05-12 07:30

Re: [Announce] CSSU devel, it may eat your brain
 
What do you think about
Code:

$ cat /etc/event.d/autostart 
start on started hildon-desktop
console none
service

script

renice -10 `pidof hildon-desktop`

end script

?
I don't remember if I got to posting it anywhere.
It allows me to use switching between windows under heavy load.

Pali, I've upgraded from CSSU-thumb today, fourth flac song played with no crashes so far. Can you share the file you are getting crashes with?

pali 2014-05-12 08:21

Re: [Announce] CSSU devel, it may eat your brain
 
Quote:

Originally Posted by int_ua (Post 1425001)
Pali, I've upgraded from CSSU-thumb today, fourth flac song played with no crashes so far. Can you share the file you are getting crashes with?

write me email.

also for testing make sure you have everything from cssu-devel & cssu-thumb and extras-devel.

pali 2014-05-12 09:01

Re: [Announce] CSSU devel, it may eat your brain
 
Quote:

Originally Posted by int_ua (Post 1425001)
What do you think about
Code:

$ cat /etc/event.d/autostart 
start on started hildon-desktop
console none
service

script

renice -10 `pidof hildon-desktop`

end script

?
I don't remember if I got to posting it anywhere.
It allows me to use switching between windows under heavy load.

Maemo already using cgroups for configuring process scheduler, so I think playing with niceness can somehow reconfigure cgroups...

But correcting kernel scheduler sounds like good idea. I think that we should be able to fix state when some process with GUI window block full system. But renice hildon-desktop does not sounds like good idea, specially when you have battery hungry applets... Maybe better idea is to renice window manager (it is matchbox?)

This is good question for other hildon-desktop developers... @freemangordon?

peterleinchen 2014-05-12 10:49

Re: [Announce] CSSU devel, it may eat your brain
 
Sorry for OT:

Did similar/same for rtcom-call-ui in one of my startup scripts.
Code:

renice -1 $(pgrep rtcom-call-ui)
Call it psychological effect, but with swap on SD telephony app acts just as it should.
Do you think this is also nonsense (could be ;))?


All times are GMT. The time now is 13:26.

vBulletin® Version 3.8.8