[Bug 18293] hald caught in infinite loop while scanning directory
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Tue Oct 25 14:50:45 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=18293
Ubuntu | hal
------- Additional Comments From martin.pitt at ubuntu.com 2005-10-25 15:50 UTC -------
(In reply to comment #2)
> Do you get the same output when you run the program below?
>
> .
> ..
> fdi.dtd
> fdi.rng
> information
> policy
> preprobe
Yes, I do. However, it is normal for scandir() to deliver "." and "..". The
point is that the hal code specifically filters these out:
} else if (g_file_test (full_path, (G_FILE_TEST_IS_DIR))
&& strcmp (filename, ".") != 0
&& strcmp (filename, "..") != 0) {
<call function recursively>
so if you could why this breaks for you, that would rock.
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the desktop-bugs
mailing list