Tag Archives: Siddharth sir

Bus Error (Core Dumped):

I was checking the size of the stack space allocated to a process. For that i used recursion and I got Seg fault after almost 8 MB(7.98 MB) of data pushed on to the stack. Then I increased the size … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Taruna : Porting Linux

I am porting linux on beaglebone and booting it via network.. I am able to get the uImage via tftp successfully , but when I fetch the rootfs through nfs , I am unable to get the output on the … Continue reading

Posted in Project 9: Embedded Linux on ARM | Tagged , , | Leave a comment

Query:

At what stage of compiler the call of an inline function is replaced with its definition????  

Posted in Uncategorized | Tagged , , | 1 Comment

Threads:

Can we manually switch between two Threads of a process ?? Means, is it possible to context out a running thread and context in a user desired thread, at any time????

Posted in Project 04: FTP based Client Server using Threads and Sockets | Tagged , , | Leave a comment

Static linking of libraries.

What happens when a library is statically linked . Does the loader comes in the picture during linking ?

Posted in Uncategorized | Tagged , | 1 Comment

Doubt:

What does strtok do? And how do we use it? I tried reading the man pages and tried some examples too but i m still unable to get the satisfactory explanation.

Posted in Project 2: Multiple Data Compression and Encryption, Uncategorized | Tagged | 2 Comments