I found one problem with how procfs was doing Core Foundation string processing.
Can you try the updated procfs 1.54 from osxbook.com and see if your problem goes away? Amit On Jun 11, 9:22 am, "Leander Koornneef" <[EMAIL PROTECTED]> wrote: > On 09-06-2007 20:57, Amit Singh wrote: > > > On Jun 9, 5:35 am, "Leander Koornneef" <[EMAIL PROTECTED]> > > wrote: > >> The other functions of procfs seem to be working fine (e.g. > >> display and camera screenshots). I've attached the crash > >> report and the output from ktrace, which I attached to the > >> procfs process right before the crash. I'm using the binary > >> distribution of procfs 1.52 from osxbook.com. > > > I haven't seen this myself--/proc/byname seems to behave for me. > > > I'll look into this if/when I get time. procfs bugs are low on my > > priority list. Meanwhile, I'll encourage you or someone else to debug > > further and figure out what's going on. The whole thing is open > > source, after all. > > Indeed, fair enough. I'll see what I can digg up, although I am not > a programmer and also don't consider this very urgent, but I would > be glad to contribute. > > > You said it crashes upon access to /proc/byname. Exactly what type of > > access is this? > > I just found out that it does work somewhat. I can do things like this: > > [EMAIL PROTECTED]:/proc$ ls -l /proc/byname/SystemUIServer > lrwxr-xr-x 1 root wheel 0 Jun 11 18:13 /proc/byname/SystemUIServer -> > ../619 > [EMAIL PROTECTED]:/proc$ ls -l /proc/byname/loginwindow > lrwxr-xr-x 1 root wheel 0 Jun 11 18:13 /proc/byname/loginwindow -> ../402 > [EMAIL PROTECTED]:/proc$ stat /proc/byname/loginwindow > 738197525 5 lrwxr-xr-x 1 root wheel 0 0 "Jun 11 18:13:45 2007" "Jun 11 > 18:13:45 2007" "Jun 11 18:13:45 2007" 1048576 0 0 > /proc/byname/loginwindow > [EMAIL PROTECTED]:/proc$ stat /proc/byname/UniversalAccessApp > 738197525 7 lrwxr-xr-x 1 root wheel 0 0 "Jun 11 18:14:02 2007" "Jun 11 > 18:14:02 2007" "Jun 11 18:14:02 2007" 1048576 0 0 > /proc/byname/UniversalAccessApp > [EMAIL PROTECTED]:/proc$ ls -l /proc/byname/UaniversalAccessApp > lrwxr-xr-x 1 root wheel 0 Jun 11 18:14 > /proc/byname/UniversalAccessApp -> ../754 > > But I can't do `ls /proc/byname` or `find /proc/byname`, which both > immediately kill the procfs process > > Leander --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
