RJ / playdar-core
- Source
- Commits
- Network (19)
- Issues (20)
- Downloads (0)
- Wiki (8)
- Graphs
-
Branch:
master
-
I'm not sure there's a benefit to get_results returning quickly and needing to be polled. It's not providing any ETA feedback at any point, just how many results have come in so far, which is a bit meaningless.
It'd make much more sense from the client side to just have the request take as long as it needs to solve a query, or a specific timeout. The client could specify its own max timeout too.
Comments
-
eg, dispatch a query but only want mp3/aac results, because i'm using flash.
add to the qry:
"mimetypes" : [ "audio/mpeg", "audio/aac" ],
Comments
support mimetype filtering per query. closed by a12bac4
/api/?method=resolve&mimetypes=audio/mpeg,audio/flac&artist=... the query object becomes:
{artist: "foo" mimetypes: [ "audio/mpeg", "audio/flac" ], ...}
Now implemented in playdar.js
http://github.com/jwheare/playdar.js/commit/2660c3bf3d8c93ea6148a42e893724cee45296d8
-
Issues with results being dispatched in an endess loop and then coming back mulitplied several times.
Here's an example of a response with multi-duplicated results, and also the "port" field repeated lots of times.
http://dl.getdropbox.com/u/175535/playdar/jsonp_result.txt
And here are the log outputs for the two machines on the LAN:
http://dl.getdropbox.com/u/175535/playdar/log_lan_dispatcher.txt
http://dl.getdropbox.com/u/175535/playdar/log_lan_receiver.txtComments
Port issue is fixed, but endless LAN results loop is still an issue.
Here's the JSON I get back on the 6th poll (also shown: the resolve call for context)
http://dl.getdropbox.com/u/175535/playdar/lanfail2/jsonp.txt
On every poll, it had more duplicate results, that kept coming in from the other end of the LAN until I killed the daemon on that side. It didn't stop when I killed the daemon on my side.Here are the playdar.logs:
My side (shows queries getting dispatched and results coming in from other side): http://dl.getdropbox.com/u/175535/playdar/lanfail2/log_lan_dispatcher.txt
Other side (shows queries received and results response getting spammed back at me):
http://dl.getdropbox.com/u/175535/playdar/lanfail2/log_lan_responder.txtWorth noting that the endlessly duplicated result items all share the same result structure, same sid etc... so they're not being regenerated each time. The sids aren't just a hash on the file right? They're based on generation time too?
Thanks.
Sids aren't file hashes, they are GUIDs generated for each unique response (supposedly). Will investigate.. -
The issue:
lucas-gonzes-macbook-5:playdar-core lgonze$ ./playdarctl scan ~/Music/iTunes/iTunes\ Library
{"init terminating in do_boot",{undef,[{playdar_ctl,start,[]},{init,start_it,1},{init,start_em,1}]}} Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
./playdarctl: line 48: [: too many argumentsThe error at line 48 in playdarctl is that $@ is sometimes multiple strings, so the if statement is evaluating as
if [ ! "string 1" "string 2" = "stop" ]
which of course doesn't work.Just use $1 instead of $@ and it should still work, given that "stop" never takes arguments.
Comments
-
./playdarctl start-debug ...
application: sasl started_at: playdar@localhost{"init terminating in do_boot",{undef,[{reloader,start,[]},{init,start_it,1},{init,start_em,1}]}}
Ideas about debugging?
Comments
lucasgonze
Mon Oct 19 18:54:53 -0700 2009
| link
Here's the complete launch sequence:
Erlang R13B02 (erts-5.7.3) [source] [smp:2:2] [rq:2] [async-threads:0] [kernel-poll:true]
=PROGRESS REPORT==== 19-Oct-2009::18:57:38 ===
supervisor: {local,sasl_safe_sup} started: [{pid,<0.40.0>}, {name,alarm_handler}, {mfa,{alarm_handler,start_link,[]}}, {restart_type,permanent}, {shutdown,2000}, {child_type,worker}]=PROGRESS REPORT==== 19-Oct-2009::18:57:38 ===
supervisor: {local,sasl_safe_sup} started: [{pid,<0.41.0>}, {name,overload}, {mfa,{overload,start_link,[]}}, {restart_type,permanent}, {shutdown,2000}, {child_type,worker}]=PROGRESS REPORT==== 19-Oct-2009::18:57:38 ===
supervisor: {local,sasl_sup} started: [{pid,<0.39.0>}, {name,sasl_safe_sup}, {mfa, {supervisor,start_link, [{local,sasl_safe_sup},sasl,safe]}}, {restart_type,permanent}, {shutdown,infinity}, {child_type,supervisor}]=PROGRESS REPORT==== 19-Oct-2009::18:57:38 ===
supervisor: {local,sasl_sup} started: [{pid,<0.42.0>}, {name,release_handler}, {mfa,{release_handler,start_link,[]}}, {restart_type,permanent}, {shutdown,2000}, {child_type,worker}]=PROGRESS REPORT==== 19-Oct-2009::18:57:38 ===
application: sasl started_at: playdar@localhost{"init terminating in do_boot",{undef,[{reloader,start,[]},{init,start_it,1},{init,start_em,1}]}}
Crash dump was written to: erl_crash.dump
lucasgonze
Mon Oct 19 18:55:27 -0700 2009
| link
Here's the complete erl_crash.dump:
=erl_crash_dump:0.1 Mon Oct 19 18:57:38 2009
Slogan: init terminating in do_boot ()
System version: Erlang R13B02 (erts-5.7.3) [source] [smp:2:2] [rq:2] [async-threads:0] [kernel-poll:true]
Compiled: Mon Oct 19 14:21:00 2009
Atoms: 5777
=memory total: 7404776
processes: 4359440
processes_used: 4350504
system: 3045336
atom: 249357
atom_used: 244962
binary: 3432
code: 1723505
ets: 140196
=hash_table:atom_tab size: 4813
used: 3328
objs: 5777
depth: 7
=index_table:atom_tab size: 6144
limit: 1048576
entries: 5777
=hash_table:module_code size: 97
used: 59
objs: 78
depth: 3
=index_table:module_code size: 1024
limit: 65536
entries: 78
=hash_table:export_list size: 3203
used: 1782
objs: 2510
depth: 5
=index_table:export_list size: 3072
limit: 524288
entries: 2510
=hash_table:secondary_export_table size: 97
used: 0
objs: 0
depth: 0
=hash_table:process_reg size: 23
used: 16
objs: 25
depth: 3
=hash_table:fun_table size: 397
used: 246
objs: 380
depth: 5
=hash_table:node_table size: 5
used: 1
objs: 1
depth: 1
=hash_table:dist_table size: 5
used: 1
objs: 1
depth: 1
=allocated_areas sys_misc: 23438
static: 499712
atom_space: 65544 61221
atom_table: 43909
module_table: 4568
export_table: 25184
register_table: 156
fun_table: 1650
module_refs: 1024
loaded_code: 1545519
dist_table: 379
node_table: 107
bits_bufs_size: 0
bif_timer: 40100
link_lh: 0
proc: 20680 13112
atom_entry: 139904 139832
export_entry: 121492 121012
module_entry: 3244 3164
reg_proc: 996 636
monitor_sh: 832 112
nlink_sh: 2448 2160
fun_entry: 21384 21384
db_tab: 6112 6112
driver_event_data_state: 28 28
driver_select_data_state: 352 80
=allocator:sys_alloc option e: true
option m: libc
=allocator:temp_alloc[0] versions: 2.1 2.2
option e: true
option t: false
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 90
option rsbcmt: 80
option rmbcmt: 100
option mmbcs: 131072
option mmsbc: 256
option mmmbc: 10
option lmbcs: 10485760
option smbcs: 1048576
option mbcgs: 10
option mbsd: 3
option as: gf
mbcs blocks: 0 145 145
mbcs blocks size: 0 25088 25088
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 131104 131104 131104
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 131104
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
temp_alloc calls: 1169
temp_free calls: 1169
temp_realloc calls: 2
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:temp_alloc[1] versions: 0.9 2.2
option e: true
option t: 3
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 90
option rsbcmt: 80
option rmbcmt: 100
option mmbcs: 131072
option mmsbc: 256
option mmmbc: 10
option lmbcs: 10485760
option smbcs: 1048576
option mbcgs: 10
option as: af
mbcs blocks: 0 256 256
mbcs blocks size: 0 56768 56768
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 131104 131104 131104
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 131104
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
temp_alloc calls: 11813
temp_free calls: 11813
temp_realloc calls: 16
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:temp_alloc[2] versions: 0.9 2.2
option e: true
option t: 3
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 90
option rsbcmt: 80
option rmbcmt: 100
option mmbcs: 131072
option mmsbc: 256
option mmmbc: 10
option lmbcs: 10485760
option smbcs: 1048576
option mbcgs: 10
option as: af
mbcs blocks: 0 61 61
mbcs blocks size: 0 9232 9232
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 131104 131104 131104
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 131104
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
temp_alloc calls: 138
temp_free calls: 138
temp_realloc calls: 0
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:sl_alloc[1] versions: 2.1 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 80
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 5
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option mbsd: 3
option as: gf
mbcs blocks: 0 1 1
mbcs blocks size: 0 136 136
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 65560 65560 65560
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
sl_alloc calls: 596
sl_free calls: 596
sl_realloc calls: 0
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:sl_alloc[2] versions: 2.1 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 80
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 5
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option mbsd: 3
option as: gf
mbcs blocks: 0 1 1
mbcs blocks size: 0 48 48
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 65560 65560 65560
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
sl_alloc calls: 9
sl_free calls: 9
sl_realloc calls: 0
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:std_alloc[1] versions: 0.9 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 20
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 5
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option as: bf
mbcs blocks: 632 633 633
mbcs blocks size: 23096 30480 30480
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 65560 65560 65560
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
std_alloc calls: 1288
std_free calls: 656
std_realloc calls: 0
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:std_alloc[2] versions: 0.9 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 20
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 5
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option as: bf
mbcs blocks: 29 30 30
mbcs blocks size: 2888 12416 12416
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 65560 65560 65560
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
std_alloc calls: 54
std_free calls: 25
std_realloc calls: 0
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:ll_alloc versions: 0.9 2.2
option e: true
option t: false
option ramv: false
option sbct: 4294967295
option asbcst: 0
option rsbcst: 0
option rsbcmt: 0
option rmbcmt: 0
option mmbcs: 2097152
option mmsbc: 0
option mmmbc: 0
option lmbcs: 10485760
option smbcs: 1048576
option mbcgs: 10
option as: aobf
mbcs blocks: 593 593 593
mbcs blocks size: 6965296 7001968 7001968
mbcs carriers: 3 3 3
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 3
mbcs carriers size: 7340064 7340064 7340064
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 7340064
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
ll_alloc calls: 598
ll_free calls: 5
ll_realloc calls: 174
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 3
sys_free calls: 0
sys_realloc calls: 0
=allocator:eheap_alloc[1] versions: 2.1 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 50
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 262144
option mmsbc: 256
option mmmbc: 100
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option mbsd: 3
option as: gf
mbcs blocks: 51 110 110
mbcs blocks size: 287592 398256 398256
mbcs carriers: 2 2 2
mbcs mseg carriers: 1
mbcs sys_alloc carriers: 1
mbcs carriers size: 786456 786456 786456
mbcs mseg carriers size: 524288
mbcs sys_alloc carriers size: 262168
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
eheap_alloc calls: 816
eheap_free calls: 765
eheap_realloc calls: 45
mseg_alloc calls: 3
mseg_dealloc calls: 2
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:eheap_alloc[2] versions: 2.1 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 50
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 262144
option mmsbc: 256
option mmmbc: 100
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option mbsd: 3
option as: gf
mbcs blocks: 4 20 20
mbcs blocks size: 6792 51136 51136
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 262168 262168 262168
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 262168
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
eheap_alloc calls: 34
eheap_free calls: 30
eheap_realloc calls: 2
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:ets_alloc[1] versions: 0.9 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 20
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 100
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option as: bf
mbcs blocks: 432 432 432
mbcs blocks size: 102264 102264 102264
mbcs carriers: 2 2 2
mbcs mseg carriers: 1
mbcs sys_alloc carriers: 1
mbcs carriers size: 589848 589848 589848
mbcs mseg carriers size: 524288
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
ets_alloc calls: 436
ets_free calls: 4
ets_realloc calls: 6
mseg_alloc calls: 1
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:ets_alloc[2] versions: 0.9 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 20
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 100
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option as: bf
mbcs blocks: 6 6 6
mbcs blocks size: 7336 7336 7336
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 65560 65560 65560
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
ets_alloc calls: 6
ets_free calls: 0
ets_realloc calls: 0
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:fix_alloc option e: true
proc: 20680 13112
atom_entry: 139904 139832
export_entry: 121492 121012
module_entry: 3244 3164
reg_proc: 996 636
monitor_sh: 832 112
nlink_sh: 2448 2160
fun_entry: 21384 21384
db_tab: 6112 6112
driver_event_data_state: 28 28
driver_select_data_state: 352 80
=allocator:binary_alloc[1] versions: 0.9 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 20
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 50
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option as: bf
mbcs blocks: 6 14 14
mbcs blocks size: 1944 457344 457344
mbcs carriers: 1 2 2
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 65560 589848 589848
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
binary_alloc calls: 721
binary_free calls: 715
binary_realloc calls: 0
mseg_alloc calls: 9
mseg_dealloc calls: 9
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:binary_alloc[2] versions: 0.9 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 20
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 50
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option as: bf
mbcs blocks: 1 5 5
mbcs blocks size: 1488 16984 16984
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 65560 65560 65560
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
binary_alloc calls: 16
binary_free calls: 15
binary_realloc calls: 0
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:driver_alloc[1] versions: 0.9 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 20
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 10
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option as: bf
mbcs blocks: 6 10 10
mbcs blocks size: 6032 7512 7512
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 65560 65560 65560
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
driver_alloc calls: 1484
driver_free calls: 1478
driver_realloc calls: 0
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:driver_alloc[2] versions: 0.9 2.2
option e: true
option t: 2
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 20
option rsbcmt: 80
option rmbcmt: 50
option mmbcs: 65536
option mmsbc: 256
option mmmbc: 10
option lmbcs: 5242880
option smbcs: 524288
option mbcgs: 10
option as: bf
mbcs blocks: 1 4 4
mbcs blocks size: 48 1432 1432
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 65560 65560 65560
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 65560
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
driver_alloc calls: 23
driver_free calls: 22
driver_realloc calls: 0
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:mseg_alloc version: 0.9
option amcbf: 4194304
option rmcbf: 20
option mcs: 5
option cci: 1000
cached_segments: 1
cache_hits: 10
segments: 2 3 3
segments_size: 1048576 1572864 1572864
segments_watermark: 3
mseg_alloc calls: 13
mseg_dealloc calls: 11
mseg_realloc calls: 0
mseg_create calls: 3
mseg_destroy calls: 0
mseg_clear_cache calls: 0
mseg_check_cache calls: 0
=allocator:alloc_util option mmc: 1024
option ycs: 1048576
=allocator:instr option m: false
option s: false
option t: false
=proc:<0.0.0> State: Running
Name: init
Spawned as: otp_ring0:start/2
Spawned by: []
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.2.0>, <0.5.0>, <0.4.0>]
Reductions: 5137
Stack+heap: 2584
OldHeap: 610
Heap unused: 205
OldHeap unused: 610
Program counter: 0x004e97d8 (init:boot_loop/2 + 32)
CP: 0x00000000 (invalid)
=proc:<0.2.0> State: Waiting
Name: erl_prim_loader
Spawned as: erlang:apply/2
Spawned by: <0.1.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.0.0>, #Port<0.1>]
Reductions: 169764
Stack+heap: 1597
OldHeap: 2584
Heap unused: 513
OldHeap unused: 2584
Program counter: 0x00519db8 (erl_prim_loader:loop/3 + 92)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.4.0> State: Waiting
Name: error_logger
Spawned as: proc_lib:init_p/5
Spawned by: <0.1.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.29.0>, <0.0.0>]
Reductions: 5727
Stack+heap: 1597
OldHeap: 987
Heap unused: 398
OldHeap unused: 987
Program counter: 0x00511848 (gen_event:fetch_msg/5 + 44)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.5.0> State: Waiting
Name: application_controller
Spawned as: erlang:apply/2
Spawned by: <0.1.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.0.0>, <0.36.0>, <0.7.0>]
Reductions: 648
Stack+heap: 2584
OldHeap: 987
Heap unused: 2052
OldHeap unused: 987
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.7.0> State: Waiting
Spawned as: proc_lib:init_p/5
Spawned by: <0.6.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.8.0>, <0.5.0>]
Reductions: 44
Stack+heap: 377
OldHeap: 377
Heap unused: 334
OldHeap unused: 377
Program counter: 0x0055632c (application_master:main_loop/2 + 32)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.8.0> State: Waiting
Spawned as: application_master:start_it/4
Spawned by: <0.7.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.9.0>, <0.7.0>]
Reductions: 72
Stack+heap: 233
OldHeap: 0
Heap unused: 75
OldHeap unused: 0
Program counter: 0x00557670 (application_master:loop_it/4 + 40)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.9.0> State: Waiting
Name: kernel_sup
Spawned as: proc_lib:init_p/5
Spawned by: <0.8.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.8.0>, <0.11.0>, <0.10.0>, <0.16.0>, <0.23.0>, <0.22.0>, <0.15.0>, <0.25.0>, <0.33.0>, <0.32.0>, <0.27.0>, <0.24.0>]
Reductions: 1262
Stack+heap: 987
OldHeap: 377
Heap unused: 679
OldHeap unused: 377
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.10.0> State: Waiting
Name: rex
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.9.0>]
Reductions: 36
Stack+heap: 233
OldHeap: 0
Heap unused: 161
OldHeap unused: 0
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.11.0> State: Waiting
Name: global_name_server
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.9.0>, <0.14.0>, <0.13.0>, <0.12.0>]
Reductions: 53
Stack+heap: 233
OldHeap: 0
Heap unused: 91
OldHeap unused: 0
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.12.0> State: Waiting
Spawned as: erlang:apply/2
Spawned by: <0.11.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.11.0>]
Reductions: 21
Stack+heap: 233
OldHeap: 0
Heap unused: 172
OldHeap unused: 0
Program counter: 0x00585600 (global:loop_the_locker/1 + 588)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.13.0> State: Waiting
Spawned as: erlang:apply/2
Spawned by: <0.11.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.11.0>]
Reductions: 4
Stack+heap: 233
OldHeap: 0
Heap unused: 222
OldHeap unused: 0
Program counter: 0x005896ac (global:collect_deletions/2 + 76)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.14.0> State: Waiting
Spawned as: erlang:apply/2
Spawned by: <0.11.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.11.0>]
Reductions: 3
Stack+heap: 233
OldHeap: 0
Heap unused: 223
OldHeap unused: 0
Program counter: 0x005897cc (global:loop_the_registrar/0 + 12)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.15.0> State: Waiting
Name: inet_db
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.9.0>]
Reductions: 6879
Stack+heap: 2584
OldHeap: 17711
Heap unused: 1430
OldHeap unused: 17711
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.16.0> State: Waiting
Name: net_sup
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.9.0>, <0.19.0>, <0.18.0>, <0.17.0>]
Reductions: 265
Stack+heap: 377
OldHeap: 610
Heap unused: 37
OldHeap unused: 610
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.17.0> State: Waiting
Name: erl_epmd
Spawned as: proc_lib:init_p/5
Spawned by: <0.16.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [#Port<0.141>, <0.16.0>]
Reductions: 135
Stack+heap: 233
OldHeap: 0
Heap unused: 35
OldHeap unused: 0
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.18.0> State: Waiting
Name: auth
Spawned as: proc_lib:init_p/5
Spawned by: <0.16.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.16.0>]
Reductions: 769
Stack+heap: 610
OldHeap: 377
Heap unused: 385
OldHeap unused: 377
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.19.0> State: Waiting
Name: net_kernel
Spawned as: proc_lib:init_p/5
Spawned by: <0.16.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [#Port<0.136>, <0.21.0>, <0.20.0>, <0.16.0>]
Reductions: 454
Stack+heap: 610
OldHeap: 377
Heap unused: 499
OldHeap unused: 377
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.20.0> State: Waiting
Spawned as: inet_tcp_dist:accept_loop/2
Spawned by: <0.19.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.19.0>, {from,#Port<0.136>,#Ref<0.0.0.19>}]
Reductions: 8
Stack+heap: 233
OldHeap: 0
Heap unused: 215
OldHeap unused: 0
Program counter: 0x00503518 (prim_inet:accept0/2 + 92)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.21.0> State: Waiting
Spawned as: net_kernel:ticker/2
Spawned by: <0.19.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.19.0>]
Reductions: 3
Stack+heap: 233
OldHeap: 0
Heap unused: 229
OldHeap unused: 0
Program counter: 0x005d10b8 (net_kernel:ticker_loop/2 + 28)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.22.0> State: Waiting
Name: global_group
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.9.0>]
Reductions: 60
Stack+heap: 233
OldHeap: 0
Heap unused: 105
OldHeap unused: 0
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.23.0> State: Waiting
Name: file_server_2
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [#Port<0.148>, <0.9.0>]
Reductions: 108
Stack+heap: 377
OldHeap: 377
Heap unused: 291
OldHeap unused: 377
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.24.0> State: Scheduled
Name: code_server
Spawned as: erlang:apply/2
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 1
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.9.0>]
Reductions: 102029
Stack+heap: 4181
OldHeap: 10946
Heap unused: 2022
OldHeap unused: 10946
Program counter: 0x005f3e90 (code_server:loop/1 + 64)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.25.0> State: Waiting
Name: standard_error_sup
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.26.0>, <0.9.0>]
Reductions: 40
Stack+heap: 233
OldHeap: 0
Heap unused: 113
OldHeap unused: 0
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.26.0> State: Waiting
Name: standard_error
Spawned as: standard_error:server/2
Spawned by: <0.25.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [#Port<0.352>, <0.25.0>]
Reductions: 7
Stack+heap: 233
OldHeap: 0
Heap unused: 218
OldHeap unused: 0
Program counter: 0x005e2218 (standard_error:server_loop/1 + 20)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.27.0> State: Waiting
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.29.0>, <0.9.0>]
Reductions: 81
Stack+heap: 610
OldHeap: 0
Heap unused: 336
OldHeap unused: 0
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.28.0> State: Waiting
Name: user_drv
Spawned as: user_drv:server/2
Spawned by: <0.27.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [#Port<0.361>, <0.30.0>, <0.29.0>]
Reductions: 324
Stack+heap: 610
OldHeap: 987
Heap unused: 249
OldHeap unused: 987
Program counter: 0x014082cc (user_drv:server_loop/5 + 56)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.29.0> State: Waiting
Name: user
Spawned as: group:server/3
Spawned by: <0.28.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.4.0>, <0.28.0>, <0.27.0>]
Reductions: 3783
Stack+heap: 4181
OldHeap: 4181
Heap unused: 1748
OldHeap unused: 4181
Program counter: 0x01413b0c (group:server_loop/3 + 32)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.30.0> State: Waiting
Spawned as: group:server/3
Spawned by: <0.28.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.31.0>, <0.28.0>]
Reductions: 61
Stack+heap: 233
OldHeap: 0
Heap unused: 116
OldHeap unused: 0
Program counter: 0x01413b0c (group:server_loop/3 + 32)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.31.0> State: Waiting
Spawned as: erlang:apply/2
Spawned by: <0.30.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.30.0>]
Reductions: 119
Stack+heap: 233
OldHeap: 0
Heap unused: 90
OldHeap unused: 0
Program counter: 0x005f3da4 (code_server:call/2 + 72)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.32.0> State: Waiting
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.9.0>]
Reductions: 46
Stack+heap: 233
OldHeap: 0
Heap unused: 155
OldHeap unused: 0
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.33.0> State: Waiting
Name: kernel_safe_sup
Spawned as: proc_lib:init_p/5
Spawned by: <0.9.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.9.0>]
Reductions: 57
Stack+heap: 233
OldHeap: 0
Heap unused: 102
OldHeap unused: 0
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.36.0> State: Waiting
Spawned as: proc_lib:init_p/5
Spawned by: <0.35.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.37.0>, <0.5.0>]
Reductions: 23
Stack+heap: 233
OldHeap: 0
Heap unused: 97
OldHeap unused: 0
Program counter: 0x0055632c (application_master:main_loop/2 + 32)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.37.0> State: Waiting
Spawned as: application_master:start_it/4
Spawned by: <0.36.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.38.0>, <0.36.0>]
Reductions: 70
Stack+heap: 233
OldHeap: 0
Heap unused: 8
OldHeap unused: 0
Program counter: 0x00557670 (application_master:loop_it/4 + 40)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.38.0> State: Waiting
Name: sasl_sup
Spawned as: proc_lib:init_p/5
Spawned by: <0.37.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.37.0>, <0.42.0>, <0.39.0>]
Reductions: 158
Stack+heap: 233
OldHeap: 377
Heap unused: 124
OldHeap unused: 377
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.39.0> State: Waiting
Name: sasl_safe_sup
Spawned as: proc_lib:init_p/5
Spawned by: <0.38.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.38.0>, <0.41.0>, <0.40.0>]
Reductions: 174
Stack+heap: 233
OldHeap: 377
Heap unused: 124
OldHeap unused: 377
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.40.0> State: Waiting
Name: alarm_handler
Spawned as: proc_lib:init_p/5
Spawned by: <0.39.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.39.0>]
Reductions: 28
Stack+heap: 233
OldHeap: 0
Heap unused: 151
OldHeap unused: 0
Program counter: 0x00511848 (gen_event:fetch_msg/5 + 44)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.41.0> State: Waiting
Name: overload
Spawned as: proc_lib:init_p/5
Spawned by: <0.39.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.39.0>]
Reductions: 39
Stack+heap: 233
OldHeap: 0
Heap unused: 151
OldHeap unused: 0
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=proc:<0.42.0> State: Waiting
Name: release_handler
Spawned as: proc_lib:init_p/5
Spawned by: <0.38.0>
Started: Mon Oct 19 18:57:38 2009
Message queue length: 0
Number of heap fragments: 0
Heap fragment data: 0
Link list: [<0.38.0>]
Reductions: 1391
Stack+heap: 1597
OldHeap: 610
Heap unused: 32
OldHeap unused: 610
Program counter: 0x005510c8 (gen_server:loop/6 + 144)
CP: 0x00000000 (invalid)
arity = 0
=port:#Port<0.1> Slot: 1
Connected: <0.2.0>
Links: <0.2.0>
Port controls linked-in driver: efile
=port:#Port<0.136> Slot: 136
Connected: <0.19.0>
Links: <0.19.0>
Monitors: (<0.20.0>,#Ref<0.0.0.19>)
Port controls linked-in driver: tcp_inet
=port:#Port<0.141> Slot: 141
Connected: <0.17.0>
Links: <0.17.0>
Port controls linked-in driver: tcp_inet
=port:#Port<0.148> Slot: 148
Connected: <0.23.0>
Links: <0.23.0>
Port controls linked-in driver: efile
=port:#Port<0.352> Slot: 352
Connected: <0.26.0>
Links: <0.26.0>
Port is UNIX fd not opened by emulator: 2/2
=port:#Port<0.361> Slot: 361
Connected: <0.28.0>
Links: <0.28.0>
Port controls linked-in driver: tty_sl -c -e
=ets:<0.5.0> Slot: 0
Table: ac_tab
Name: ac_tab
Buckets: 256
Objects: 11
Words: 1076
=ets:<0.11.0> Slot: 1
Table: global_locks
Name: global_locks
Buckets: 256
Objects: 0
Words: 333
=ets:<0.11.0> Slot: 2
Table: global_names
Name: global_names
Buckets: 256
Objects: 0
Words: 333
=ets:<0.11.0> Slot: 3
Table: global_names_ext
Name: global_names_ext
Buckets: 256
Objects: 0
Words: 333
=ets:<0.11.0> Slot: 4
Table: global_pid_names
Name: global_pid_names
Buckets: 256
Objects: 0
Words: 333
=ets:<0.11.0> Slot: 5
Table: global_pid_ids
Name: global_pid_ids
Buckets: 256
Objects: 0
Words: 333
=ets:<0.15.0> Slot: 6
Table: inet_db
Name: inet_db
Buckets: 256
Objects: 29
Words: 825
=ets:<0.15.0> Slot: 7
Table: inet_cache
Name: inet_cache
Buckets: 256
Objects: 0
Words: 333
=ets:<0.15.0> Slot: 8
Table: inet_hosts_byname
Name: inet_hosts_byname
Buckets: 256
Objects: 0
Words: 333
=ets:<0.15.0> Slot: 9
Table: inet_hosts_byaddr
Name: inet_hosts_byaddr
Buckets: 256
Objects: 0
Words: 333
=ets:<0.15.0> Slot: 10
Table: inet_hosts_file_byname
Name: inet_hosts_file_byname
Buckets: 256
Objects: 22
Words: 1339
=ets:<0.15.0> Slot: 11
Table: inet_hosts_file_byaddr
Name: inet_hosts_file_byaddr
Buckets: 256
Objects: 22
Words: 1339
=ets:<0.18.0> Slot: 12
Table: 12
Name: cookies
Buckets: 256
Objects: 0
Words: 333
=ets:<0.19.0> Slot: 13
Table: sys_dist
Name: sys_dist
Buckets: 256
Objects: 0
Words: 333
=ets:<0.23.0> Slot: 14
Table: file_io_servers
Name: file_io_servers
Buckets: 256
Objects: 0
Words: 333
=ets:<0.24.0> Slot: 15
Table: 4111
Name: code
Buckets: 256
Objects: 261
Words: 11702
=ets:<0.24.0> Slot: 16
Table: 8208
Name: code_names
Buckets: 256
Objects: 53
Words: 5842
=ets:<0.31.0> Slot: 17
Table: 12305
Name: shell_records
Ordered set (AVL tree), Elements: 0
Objects: 0
Words: 125
=timer:<0.15.0> Message: refresh_timeout
Time left: 3599847 ms
=node:'playdar@localhost' =loaded_modules Current code: 1545519
Old code: 0
=mod:otp_ring0 Current size: 620
=mod:init Current size: 34148
=mod:prim_inet Current size: 49412
=mod:prim_file Current size: 22153
=mod:zlib Current size: 6948
=mod:prim_zip Current size: 14200
=mod:erl_prim_loader Current size: 39956
=mod:erlang Current size: 17368
=mod:error_handler Current size: 3181
Current attributes: 836C00000001680264000376736E6C000000016E10001EF237E173394B9A9695D5F1C40CB9386A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61116802640006736F757263656B00702F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F6572726F725F68616E646C65722E65726C6A
=mod:heart Current size: 6781
Current attributes: 836C00000001680264000376736E6C000000016E1000F5A6A244BEEFD33093DB3EF2F61C49366A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61146802640006736F757263656B00682F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F68656172742E65726C6A
=mod:error_logger Current size: 6696
Current attributes: 836C00000001680264000376736E6C000000016E10009A2DC18545547E5BD5608453264F37396A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61116802640006736F757263656B006F2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F6572726F725F6C6F676765722E65726C6A
=mod:gen_event Current size: 23709
Current attributes: 836C00000001680264000376736E6C000000016E10008B637AE6083D8167590CC8F0538FA9646A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000568026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F696E636C7564656802640001696B00732F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F2E2E2F6B65726E656C2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61026802640006736F757263656B006C2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F67656E5F6576656E742E65726C6A
=mod:gen Current size: 6267
Current attributes: 836C00000001680264000376736E6C000000016E1000DB1E9EA3C1B540E2AA5EF6C90DCEC4C56A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000568026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F696E636C7564656802640001696B00732F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F2E2E2F6B65726E656C2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61026802640006736F757263656B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F67656E2E65726C6A
=mod:proc_lib Current size: 14768
Current attributes: 836C00000001680264000376736E6C000000016E10004AC3FBDE08DED7F527D06D408676FBB36A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000568026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F696E636C7564656802640001696B00732F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F2E2E2F6B65726E656C2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61066802640006736F757263656B006B2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F70726F635F6C69622E65726C6A
=mod:application_controller Current size: 56502
Current attributes: 836C00000001680264000376736E6C000000016E1000EBA2CA7AE8F273291D48E8C31C6521756A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F610D6802640006736F757263656B00792F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F6170706C69636174696F6E5F636F6E74726F6C6C65722E65726C6A
=mod:lists Current size: 59392
Current attributes: 836C00000002680264000376736E6C000000016E1000D6B0FC3266659B37B0305E511596BEA26A680264000A646570726563617465646C00000001680264000B666C61745F6C656E67746861016A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000D6802640006696E6C696E656C0000000468026400096D65726765335F3132610768026400096D65726765335F32316107680264000A726D65726765335F31326107680264000A726D65726765335F323161076A6802640006696E6C696E656C00000004680264000A756D65726765335F31326108680264000A756D65726765335F32316108680264000C72756D65726765335F3132616107680264000C72756D65726765335F31326261086A6802640006696E6C696E656C00000004680264000C6B65796D65726765335F3132610C680264000C6B65796D65726765335F3231610C680264000D726B65796D65726765335F3132610C680264000D726B65796D65726765335F3231610C6A6802640006696E6C696E656C00000006680264000D756B65796D65726765335F3132610D680264000D756B65796D65726765335F3231610D680264000F72756B65796D65726765335F313261610B680264000F72756B65796D65726765335F323161610D680264000F72756B65796D65726765335F313262610C680264000F72756B65796D65726765335F323162610C6A68026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F696E636C7564656802640001696B00732F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F2E2E2F6B65726E656C2F696E636C75646564000A64656275675F696E666F6802640006696E6C696E656C0000000468026400096D65726765335F3132610768026400096D65726765335F32316107680264000A726D65726765335F31326107680264000A726D65726765335F323161076A6802640006696E6C696E656C00000004680264000A756D65726765335F31326108680264000A756D65726765335F32316108680264000C72756D65726765335F3132616107680264000C72756D65726765335F31326261086A6802640006696E6C696E656C00000004680264000C6B65796D65726765335F3132610C680264000C6B65796D65726765335F3231610C680264000D726B65796D65726765335F3132610C680264000D726B65796D65726765335F3231610C6A6802640006696E6C696E656C00000006680264000D756B65796D65726765335F3132610D680264000D756B65796D65726765335F3231610D680264000F72756B65796D65726765335F313261610B680264000F72756B65796D65726765335F323161610D680264000F72756B65796D65726765335F313262610C680264000F72756B65796D65726765335F323162610C6A6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61046802640006736F757263656B00682F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F6C697374732E65726C6A
=mod:gen_server Current size: 22474
Current attributes: 836C00000001680264000376736E6C000000016E1000055DD2EFD55034B3AD3BDAA89526651A6A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000568026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F696E636C7564656802640001696B00732F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F2E2E2F6B65726E656C2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61026802640006736F757263656B006D2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F67656E5F7365727665722E65726C6A
=mod:application Current size: 3063
Current attributes: 836C00000001680264000376736E6C000000016E1000B8769A585260B8FA3272E2A3133343806A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F610C6802640006736F757263656B006E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F6170706C69636174696F6E2E65726C6A
=mod:sys Current size: 12291
Current attributes: 836C00000001680264000376736E6C000000016E1000452F0CB6A2ECE4BBB27C142C489059606A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000568026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F696E636C7564656802640001696B00732F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F2E2E2F6B65726E656C2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F610B6802640006736F757263656B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F7379732E65726C6A
=mod:application_master Current size: 10462
Current attributes: 836C00000001680264000376736E6C000000016E10003BCE6B8EE1A43809BD5CA64F3EA81B3C6A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F610D6802640006736F757263656B00752F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F6170706C69636174696F6E5F6D61737465722E65726C6A
=mod:kernel Current size: 7931
Current attributes: 836C00000002680264000376736E6C000000016E1000490C9A7EB0AE1A005D3F169BC6F592FE6A68026400096265686176696F75726C0000000164000A73757065727669736F726A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61186802640006736F757263656B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F6B65726E656C2E65726C6A
=mod:supervisor Current size: 25975
Current attributes: 836C00000002680264000376736E6C000000016E1000BB517CBAE733A4C30300A2C50EAEC9A06A68026400096265686176696F75726C0000000164000A67656E5F7365727665726A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000568026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F696E636C7564656802640001696B00732F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F2E2E2F6B65726E656C2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F610B6802640006736F757263656B006D2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F73757065727669736F722E65726C6A
=mod:dict Current size: 16472
Current attributes: 836C00000001680264000376736E6C000000016E100039984ED8C4E2F0C8E9357673461A2ECD6A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000568026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F696E636C7564656802640001696B00732F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F2E2E2F6B65726E656C2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612E61306802640006736F757263656B00672F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F646963742E65726C6A
=mod:rpc Current size: 13695
Current attributes: 836C00000003680264000376736E6C000000016E10006899F4CF28BB8739E03F88D447F5BBBA6A68026400096265686176696F75726C0000000164000A67656E5F7365727665726A680264000A646570726563617465646C000000026802640016736166655F6D756C74695F7365727665725F63616C6C61026802640016736166655F6D756C74695F7365727665725F63616C6C61036A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61196802640006736F757263656B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F7270632E65726C6A
=mod:gb_trees Current size: 8840
Current attributes: 836C00000001680264000376736E6C000000016E100027ADE8D1E1F3910206D318DBD63081466A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000568026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F696E636C7564656802640001696B00732F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F2E2E2F2E2E2F6B65726E656C2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61016802640006736F757263656B006B2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F7374646C69622F7372632F67625F74726565732E65726C6A
=mod:global Current size: 58903
Current attributes: 836C00000002680264000376736E6C000000016E1000806F436A1663F764DCD60E02B86BC8DE6A68026400096265686176696F75726C0000000164000A67656E5F7365727665726A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61136802640006736F757263656B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F676C6F62616C2E65726C6A
=mod:inet_db Current size: 40531
Current attributes: 836C00000001680264000376736E6C000000016E100051E2C849F3AD52500D6826BBCFCB91466A6A
Current compilation info: 836C0000000468026400076F7074696F6E736C0000000468026400036377646B005E2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F73726368026400066F75746469726B00662F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F6562696E6802640001696B00692F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F2E2E2F696E636C75646564000A64656275675F696E666F6A680264000776657273696F6E6B0005342E362E33680264000474696D65680662000007D961096115610A612F61156802640006736F757263656B006A2F6E65742F6973696C6475722F6C6469736B2F6461696C795F6275696C642F6F74705F7072656275696C645F7231336230322E323030392D30392D32315F31312F6F74705F7372635F5231334230322F6C69622F6B65726E656C2F7372632F696E65745F64622E65726C6A
=mod:inet_config Current size: 17495
Currentlooks like you forgot to run make. or make failed. there should be "reloader.beam" in the ebin/ dir, seems to be missing?
lucasgonze
Fri Oct 23 11:23:55 -0700 2009
| link
make make: `deps/erlydtl/src/erlydtl/erlydtl_parser.erl' is up to date.
find . -name ebin ./deps/mochiweb/ebin ./deps/mochiweb/priv/skel/ebin find . -name reloader.beam cd .. lucas-gonzes-macbook-5:Downloads lgonze$ rm -rf playdar-core/
lucas-gonzes-macbook-5:Downloads lgonze$ cd playdar-core/
make Makefile:3: *** Sorry, Playdar requires GNU Make >= 3.81. Stop.
make -v GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
lucasgonze
Fri Oct 23 11:30:47 -0700 2009
| link
The current make in fink is 3.79.1-3.
lucasgonze
Fri Oct 23 11:33:52 -0700 2009
| link
So part 1 of the solution is to get gmake out of macports rather than use the make that fink gives you:
lucas-gonzes-macbook-5:playdar-core lgonze$ sudo port install gmake
-
so other people cant take advantage of your paid-for rhapsody account etc
(copy syntax from old codebase)Comments
-
Need to htmlentities/escape params in auth popup, and elsewhere.
1 comment Created 2 months ago by RJ





this is done and supported in the new playdar.js
As mentioned in channel there is now a major downside to this. Browsers limit the number of simultaneous connections per domain. In Firefox it's 6. This makes long responding single polls take much longer in aggregate than lots of very quick repeat polls. Might be worth revisiting this :/