g_dir_open hanging.
- From: Harring Figueiredo <harringf yahoo com>
- To: gtk-app-devel-list gnome org
- Subject: g_dir_open hanging.
- Date: Fri, 3 Oct 2003 08:03:17 -0700 (PDT)
Folks,
I have a call to g_dir_open that is hanging on a dir of this type:
drwxrwxrwt 2 root root 112 Sep 15 09:48 .ICE-unix/
It is under tmp.
The output of my program, after tracing it is:
fprintf(stderr, "===> About to open dir %s\n", source);
GDir* dir = g_dir_open(source, 0, &gerr);
fprintf(stderr, "<=== About to open dir %s . DONE\n", source);
All I get is:
===> About to open dir /tmp/.ICE-unix
and it hangs. All other directories are opened and read fine.
Anyone has any explanation on what is happening ?
NOTE: If I run as root, it also hangs.
Thanks.
Harring.
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]