GNU bug report logs -
#22065
core dumped during compilation (emacs-25 branch on FreeBSD 9)
Previous Next
Reported by: Joseph Mingrone <jrm <at> ftfl.ca>
Date: Mon, 30 Nov 2015 22:16:01 UTC
Severity: normal
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Joseph Mingrone <jrm <at> ftfl.ca> writes:
> sysdep.c: In function 'list_system_processes':
> sysdep.c:2775: warning: comparison is always true due to limited range of data type
> sysdep.c:2775: warning: comparison is always true due to limited range of data type
> sysdep.c: In function 'system_process_attributes':
> sysdep.c:3366: warning: comparison is always true due to limited range of data type
> sysdep.c:3366: warning: comparison is always true due to limited range of data type
> sysdep.c:3374: warning: comparison is always true due to limited range of data type
etc etc etc, and then temacs segfaulted.
It seems like these warnings are from lines like
proclist = Fcons (make_fixnum_or_float (procs[i].ki_pid), proclist);
attrs = Fcons (Fcons (Qegid, make_fixnum_or_float (proc.ki_svgid)), attrs);
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 9 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.