[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GSMessageHandle problem / freebsd
From: |
Riccardo Mottola |
Subject: |
GSMessageHandle problem / freebsd |
Date: |
Thu, 19 Apr 2012 12:37:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD i386; rv:11.0) Gecko/20120414 Firefox/11.0 SeaMonkey/2.8 |
Hi,
I was able to compile all core in debug mode, so to better understand
what's happening on freebsd/clang/libobcj2. If I start GWorkspace now,
it will hang at startup and the console contains the following output:
the initWithMethodSignature is just a NSLog I added to trace everytime
GSFFIInvocation is inited, since I suspected problems there.
What is happening?
Riccardo
2012-04-19 10:32:58.100 fswatcher[4957] Using time zone with absolute
offset 0.
2012-04-19 10:32:58.098 fswatcher[4957] -initWithMethodSignature
2012-04-19 10:32:58.115 fswatcher[4957] -initWithMethodSignature
2012-04-19 10:32:58.116 fswatcher[4957] <GSMessageHandle 0x2a7688c4 (8)
to /tmp/GNUstepSecure1001/NSMessagePort/ports/4956.0> - bad data
received on port handle, rType=842019122
2012-04-19 10:32:58.116 fswatcher[4957] Connection became invalid
/Local/Tools/fswatcher: Uncaught exception
NSInvalidReceivePortException, reason: invalidated while awaiting reply
2012-04-19 10:32:58.263 GWorkspace[4954] Problem posting notification:
<NSException: 0x2c0cef64> NAME:NSInvalidReceivePortException
REASON:invalidated while awaiting reply INFO:(null)
2012-04-19 10:32:58.377 GWorkspace[4954] -initWithMethodSignature
2012-04-19 10:32:58.894 GWorkspace[4954] Unable to obtain lock (null)
2012-04-19 10:32:58.897 GWorkspace[4954] -initWithMethodSignature
the files are there, with user permissions:
> ls -l /tmp/GNUstepSecure1001/NSMessagePort/ports/
total 0
srwxr-xr-x 1 multix wheel 0 Apr 19 12:32 4954.0
srwxr-xr-x 1 multix wheel 0 Apr 19 12:32 4954.1
srwxr-xr-x 1 multix wheel 0 Apr 19 12:32 4954.2
srwxr-xr-x 1 multix wheel 0 Apr 19 12:32 4956.0
srwxr-xr-x 1 multix wheel 0 Apr 19 12:32 4957.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GSMessageHandle problem / freebsd,
Riccardo Mottola <=