Hi all, I am adding a bit of extra code to the TFTP server and I found that if I malloc() memory that I get the error: ../com/register.c:78: failed assertion `global_registry' I've added the following line... l4_ssize_t l4libc_heapsize = 4*1024; ...to the main file but I still get the error. Any suggestions! Thanks Leon