[ug-bosug] Bluetooth Stack in userspace

2008-04-02 Thread S h i v
On Tue, Apr 1, 2008 at 11:36 PM, Ananth Shrinivas wrote: > > There are two ways of fixing the problem you got here - You either fix > it by spending hours of analyzing libumem/watchmalloc output. Or you get > this flash of divine inspiration that says you allocated a uint32_t > buffer and wrot

[ug-bosug] solaris not installing on my new HD

2008-04-02 Thread sham pavman
Hi Bosug, I bought a 250gb (Sata2)HD yesterday. After installing xp(SP2) i proceed doing the same with 79a These are the allocations that i have done, root:20g home:5g swap:3g opt :2.5g the installation proceeded with not hickups but after the installation it just hangs at the screen that gives

[ug-bosug] Bluetooth Stack in userspace

2008-04-02 Thread Anand Bheemarajaiah
Thank you everyone... I fixed the memory leaks using libumem and mdb. The code is working fine now. It still cribs in l2cap layer but i am sure i can fix that too. There were many places where i was making a mistake in the code ( freeing stack variables, etc etc ). All detected and corrected us