Opened 15 years ago
Closed 14 years ago
#22544 closed defect (fixed)
xemacs hangs on external commands (grep and compile)
Reported by: | bgschaid@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ctm@… | |
Port: | xemacs |
Description
When I try to run compile or grep inside XEmacs it hangs (only outputting the command in the *compile*/*grep* buffer)
Tried tracing xemacs with
sudo dtruss xemacs
and the terminal is flodded with lines like (the line is always the same, the number changes) poll(0x1024B6040, 0x3, 0x0) = 1 0
My System is 10.6. Running "xemacs -q" gives the same behaviour (so it can'T be the init-files)
Change History (5)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to mww@… |
---|---|
Port: | xemacs added |
comment:2 Changed 15 years ago by bgschaid@…
comment:4 Changed 15 years ago by bgschaid@…
Upgraded the xemacs port to 21.4.22_1 and now compile/grep is working. I guess that fixes it
comment:5 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Forgot to say: xemacs worked under 10.5. When upgrading to 10.6 MacPorts was completely scratched and recompiled. So it may be a 32/64-bit issue