Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 257)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#187 fixed socket.[ch] should be rewritten completly ph3-der-loewe ph3-der-loewe
Description

The raw socket interface should be re-written completely.

#85 fixed rpldgui throws unhandled exception themaister
Description

When having elements in Main Queue, double clicking on an element and trying to right click + Play Now that same element afterwards causes this exception:

* unhandled exception in callback: * variable not allowed to be undef where GtkTreeIter? is wanted at /tmp/rpld-gui-current-000/libApp/RPLD/GUI/Main.pm line 856, <GEN4> lie 10647. * ignoring at /tmp/rpld-gui-current-000/libApp/RPLD/GUI/Main.pm line 541, <GEN4> line 10647.

The element in question will not be played back.

#210 fixed rpld tries to write with with len=-1 ph3-der-loewe ph3-der-loewe
Description

Data Source: HTTP Codec Helper in use: Yes

After some time it starts to work (when more input data is ready?) rpld needs a lot CPU time while this happens.

select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
read(6, "\25PVVq\345\0\301\232P\0\222\245JT\305\211\7\2212@\223"..., 1024) = 1024
write(11, "\25PVVq\345\0\301\232P\0\222\245JT\305\211\7\2212@\223"..., 1024) = 1024
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
read(6, 0xbfe04b64, 1024)               = -1 EAGAIN (Resource temporarily unavailable)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
[...]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.