A couple of small problems
Kip Macy <[email protected]>
| Newsgroups | gmane.linux.ngpt.devel |
|---|---|
| Message-ID | <Pine.GSO.4.10.10212141705550.12568-100000@elwood> |
1) My application defines its own recv. Due to the nature of dynamic symbol resolution pth_poll_ev's call to recv ends up calling the application's and not libc's. This can easily be fixed by change recv -> __recv. I can fix this in my local tree, but unless the aforementioned behaviour is desirable I don't see any reason why it shouldn't be changed. 2) abort() doesn't cause a core dump. I don't know why this is, but even when I stick a call to abort in one of the test applications I don't get a core dump. 3) gdb doesn't show all threads for a core dump. This isn't terribly difficult to fix, but if you are already working on it an updated patch would be appreciated. -Kip