ayttm-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-users] i get fopen: No such file or directory error on pre50


From: Rahul Saxena
Subject: [Ayttm-users] i get fopen: No such file or directory error on pre50
Date: Thu, 27 Mar 2003 23:10:41 +0530

hello, 

i ma getting these 
fopen: No such file of directory errors when i start ayttm and basically 
nothing after that. 

this is what the error looks like in gdb, 
is there anything else  i can tell you ? 

regards 
rahul 

Breakpoint 2, main (argc=1, argv=0xbffffa74) at main.c:427
427             if ((pid = create_lock_file(buff)) > 0) {
(gdb) l
422
423     /*      g_snprintf(buff, 1024, "%s",config_dir);*/
424
425             /* Mizhi 04-04-2001 */
426             g_snprintf(buff, 1024, "%s.lock", config_dir);
427             if ((pid = create_lock_file(buff)) > 0) {
428     #ifndef __MINGW32__
429                     struct sockaddr_un remote;
430     #else
431                     struct sockaddr_in remote;
(gdb) n
fopen: No such file or directory
436                     sock = socket(AF_UNIX, SOCK_STREAM, 0);
-- 
~What this really means is that you realize the true bounds to your 
knowledge.~
                                                        Steven Brown




reply via email to

[Prev in Thread] Current Thread [Next in Thread]