<?xml version="1.0" ?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel rdf:about="http://bugs.openpandora.org/">
    <title>OpenPandora - Hunting Timmy, the Bug.</title>
    <link>http://bugs.openpandora.org/</link>
    <description>OpenPandora - Hunting Timmy, the Bug.Additional Applications: Recently edited tasks</description>
    <dc:date>2014-04-01T23:26:28Z</dc:date>
    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="http://bugs.openpandora.org/index.php?do=details&amp;task_id=333" />
                <rdf:li rdf:resource="http://bugs.openpandora.org/index.php?do=details&amp;task_id=319" />
                <rdf:li rdf:resource="http://bugs.openpandora.org/index.php?do=details&amp;task_id=271" />
                <rdf:li rdf:resource="http://bugs.openpandora.org/index.php?do=details&amp;task_id=318" />
                <rdf:li rdf:resource="http://bugs.openpandora.org/index.php?do=details&amp;task_id=295" />
                <rdf:li rdf:resource="http://bugs.openpandora.org/index.php?do=details&amp;task_id=256" />
                <rdf:li rdf:resource="http://bugs.openpandora.org/index.php?do=details&amp;task_id=166" />
                <rdf:li rdf:resource="http://bugs.openpandora.org/index.php?do=details&amp;task_id=199" />
                <rdf:li rdf:resource="http://bugs.openpandora.org/index.php?do=details&amp;task_id=218" />
              </rdf:Seq>
    </items>
    		
  </channel>
    <item rdf:about="http://bugs.openpandora.org/index.php?do=details&amp;task_id=333">
    <title>FS#333: 30 sec 95% cpu spike by openbox upon &quot;xmodmap ~/.pndXmodmap&quot;</title>
    <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=333</link>
    <dc:date>2014-04-01T23:26:28Z</dc:date>
    <dc:creator>Raanan Elefant</dc:creator>
    <description>Command is essencial when switching between kb layouts

I&amp;#39;m using https://github.com/openpandora/meta-openpandora-vendor/blob/master/recipes-openpandora/openpandora-system/openpandora-skel/pndXmodmap

strace (openbox process): https://gist.github.com/anonymous/9925061

xmodmap latest version (1:1.0.4-r0.5) reinstalled</description>
    <content:encoded><![CDATA[<p>Command is essencial when switching between kb layouts</p>

<p>I&#39;m using https://github.com/openpandora/meta-openpandora-vendor/blob/master/recipes-openpandora/openpandora-system/openpandora-skel/pndXmodmap</p>

<p>strace (openbox process): https://gist.github.com/anonymous/9925061</p>

<p>xmodmap latest version (1:1.0.4-r0.5) reinstalled</p>]]></content:encoded>
  </item>
    <item rdf:about="http://bugs.openpandora.org/index.php?do=details&amp;task_id=319">
    <title>FS#319: 1</title>
    <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=319</link>
    <dc:date>2013-05-20T18:06:29Z</dc:date>
    <dc:creator>Michael Mrozek</dc:creator>
    <description>3</description>
    <content:encoded><![CDATA[<p>3</p>]]></content:encoded>
  </item>
    <item rdf:about="http://bugs.openpandora.org/index.php?do=details&amp;task_id=271">
    <title>FS#271: BugTracker: File attachment does not work</title>
    <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=271</link>
    <dc:date>2013-05-17T21:54:43Z</dc:date>
    <dc:creator>Stefan Nowak</dc:creator>
    <description>If you want to file a new bug:
http://bugs.openpandora.org/index.php?do=newtask

The button &quot;Attach a file (max. 2 MiB)&quot; cannot be clicked.

I watched its HTML code.
It should trigger a function called uploadfilebox().
But many of the embedded javascript files are not loaded, as the server reports them as missing (404).
I.e.: http://bugs.openpandora.org/javascript/functions.js

Please make sure that the FireFly installation is complete, serving all files necessary.</description>
    <content:encoded><![CDATA[If you want to file a new bug:
http://bugs.openpandora.org/index.php?do=newtask

The button "Attach a file (max. 2 MiB)" cannot be clicked.

I watched its HTML code.
It should trigger a function called uploadfilebox().
But many of the embedded javascript files are not loaded, as the server reports them as missing (404).
I.e.: http://bugs.openpandora.org/javascript/functions.js

Please make sure that the FireFly installation is complete, serving all files necessary.]]></content:encoded>
  </item>
    <item rdf:about="http://bugs.openpandora.org/index.php?do=details&amp;task_id=318">
    <title>FS#318: strace can not handle conditional SWI&#039;s</title>
    <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=318</link>
    <dc:date>2013-05-05T10:40:31Z</dc:date>
    <dc:creator>dennis marschalko</dc:creator>
    <description>I found a bug when I tried to debug my code with strace.

It happens when strace has to handle conditional SWI&#039;s.

Example: (ASM code) save as &quot;condswi.s&quot;
-----
.data
.text
_globl _start
_start:
 mov r0,#0   @ return code
 mov r7,#1   @ sys_exit
  swine 0
  swieq 0
.end
-----

The code assembles/links fine using &#039;as&#039; and &#039;ld&#039;.
&gt; as condswi.s
&gt; ld a.out -o condswi

When I want to strace the executable file I got the following error.
&gt; strace ./condswi
&#039;syscall: unknown syscall trap 0x1f000000&#039;
As a result strace quits.

Thanks,
Dennis</description>
    <content:encoded><![CDATA[I found a bug when I tried to debug my code with strace.

It happens when strace has to handle conditional SWI's.

Example: (ASM code) save as "condswi.s"
-----
.data
.text
_globl _start
_start:
 mov r0,#0   @ return code
 mov r7,#1   @ sys_exit
  swine 0
  swieq 0
.end
-----

The code assembles/links fine using 'as' and 'ld'.
> as condswi.s
> ld a.out -o condswi

When I want to strace the executable file I got the following error.
> strace ./condswi
'syscall: unknown syscall trap 0x1f000000'
As a result strace quits.

Thanks,
Dennis]]></content:encoded>
  </item>
    <item rdf:about="http://bugs.openpandora.org/index.php?do=details&amp;task_id=295">
    <title>FS#295: Making the pnd file executable</title>
    <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=295</link>
    <dc:date>2012-07-19T03:28:31Z</dc:date>
    <dc:creator>Sébastien Huss</dc:creator>
    <description>Hi there,

it would be neat if an rc script containing this could be added to the os (and run on startup) :

if [ ! -e /proc/sys/fs/binfmt_misc/register ];then
  modprobe binfmt_misc
  mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
fi
echo &quot;:squashPND:M::hsqs::/usr/bin/pnd_run:&quot;&gt;/proc/sys/fs/binfmt_misc/register

That render all the SquashFS executable directy by clicking them on the icon. Sadly there is no way to pass the arguments to the apps (as pnd_run dont support that).
A similar line could be added to support iso pnd.</description>
    <content:encoded><![CDATA[Hi there,

it would be neat if an rc script containing this could be added to the os (and run on startup) :

if [ ! -e /proc/sys/fs/binfmt_misc/register ];then
  modprobe binfmt_misc
  mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
fi
echo ":squashPND:M::hsqs::/usr/bin/pnd_run:">/proc/sys/fs/binfmt_misc/register

That render all the SquashFS executable directy by clicking them on the icon. Sadly there is no way to pass the arguments to the apps (as pnd_run dont support that).
A similar line could be added to support iso pnd.]]></content:encoded>
  </item>
    <item rdf:about="http://bugs.openpandora.org/index.php?do=details&amp;task_id=256">
    <title>FS#256: Closed lid apps (i.e. audio recording/playback) should utilize remaining buttons (L, R, powerslider)</title>
    <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=256</link>
    <dc:date>2012-01-19T09:58:35Z</dc:date>
    <dc:creator>Stefan Nowak</dc:creator>
    <description>When the lid is closed the only remaining buttons on the Pandora are the L + R shoulder buttons and the power slider.
Applications operating in this mode should utilize that few available buttons!

Example for button utilization in a audio playback software:
L + R at once:	Toggle Play/Pause
L hold:		fast backward
R hold:		fast forward
L click:	jump to previous song
R click:	jump to next song
L double click:	jump to previous album/artist
R double click:	jump to next album/artist</description>
    <content:encoded><![CDATA[When the lid is closed the only remaining buttons on the Pandora are the L + R shoulder buttons and the power slider.
Applications operating in this mode should utilize that few available buttons!

Example for button utilization in a audio playback software:
L + R at once:	Toggle Play/Pause
L hold:		fast backward
R hold:		fast forward
L click:	jump to previous song
R click:	jump to next song
L double click:	jump to previous album/artist
R double click:	jump to next album/artist]]></content:encoded>
  </item>
    <item rdf:about="http://bugs.openpandora.org/index.php?do=details&amp;task_id=166">
    <title>FS#166: Ken&#039;s labyrinth somtimes crashes</title>
    <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=166</link>
    <dc:date>2012-01-18T10:44:28Z</dc:date>
    <dc:creator>Gott</dc:creator>
    <description>Ken&#039;s labyrinth somtimes crashes</description>
    <content:encoded><![CDATA[Ken's labyrinth somtimes crashes]]></content:encoded>
  </item>
    <item rdf:about="http://bugs.openpandora.org/index.php?do=details&amp;task_id=199">
    <title>FS#199: pandora radio causes camera crash on DroidX</title>
    <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=199</link>
    <dc:date>2012-01-18T10:42:05Z</dc:date>
    <dc:creator>eric</dc:creator>
    <description>this is the environment: Verizon DroidX, Android version 2.2, kernel version 2.6.32.9

these are the steps to reproduce the problem:

shut down phone and reboot normally
shoot a video with camcorder, verify it is working properly
start pandora player, wait for music to start playing
pause pandora player and hit home button (do not quit pandora)
open camcorder and attempt to record a video
camcorder app crashes to desktop
after this any attempt to use camcorder or camera crashes to desktop
the problem continues even if a task killer is used to kill pandora, camera app, etc
only solution is to reboot phone</description>
    <content:encoded><![CDATA[this is the environment: Verizon DroidX, Android version 2.2, kernel version 2.6.32.9

these are the steps to reproduce the problem:

shut down phone and reboot normally
shoot a video with camcorder, verify it is working properly
start pandora player, wait for music to start playing
pause pandora player and hit home button (do not quit pandora)
open camcorder and attempt to record a video
camcorder app crashes to desktop
after this any attempt to use camcorder or camera crashes to desktop
the problem continues even if a task killer is used to kill pandora, camera app, etc
only solution is to reboot phone]]></content:encoded>
  </item>
    <item rdf:about="http://bugs.openpandora.org/index.php?do=details&amp;task_id=218">
    <title>FS#218: nc (netcat) can&#039;t create tcp connections</title>
    <link>http://bugs.openpandora.org/index.php?do=details&amp;task_id=218</link>
    <dc:date>2011-03-12T10:59:33Z</dc:date>
    <dc:creator>Alex</dc:creator>
    <description>Zaxxon Hotfix 5.

Example (dropbear is running):

------------------------
~# nc -vvvv localhost 22
Notice: Real hostname for localhost [127.0.0.1] is localhost.localdomain
Total received bytes: 0
Total sent bytes: 0

~# telnet localhost 22
SSH-2.0-dropbear_0.51
------------------------

All required libraries seem present, strace output is inconclusive.</description>
    <content:encoded><![CDATA[Zaxxon Hotfix 5.

Example (dropbear is running):

------------------------
~# nc -vvvv localhost 22
Notice: Real hostname for localhost [127.0.0.1] is localhost.localdomain
Total received bytes: 0
Total sent bytes: 0

~# telnet localhost 22
SSH-2.0-dropbear_0.51
------------------------

All required libraries seem present, strace output is inconclusive.]]></content:encoded>
  </item>
  </rdf:RDF>
