Hi,

 We have linux 6.2 .
 
 In our library we are using a variable of type
 unsigned long long and performing operations like 
 %, / on it .
 
 We have written a test program and linked it to 
 the library .
 
 At run-time we get segmentation fault.
 
 If we change the variable type to unsigned long 
 we are able to run the test program successfully.
 
 What is the problem in using unsigned long long 
 in our library?
 
 In a stand-alone program we are able to use unsigned
 long long.
 
 Also, if we create another library (with only 1 file
 in it) that uses unsigned long ling then it wroks.
 
 Please reply soon.
 
 Thanks.
 
 
>  
> 
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo!
> Messenger.
> http://im.yahoo.com/
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to