[Touch-packages] [Bug 1446909] Re: pkill kills self when called from C program

2015-04-22 Thread Ben Greear
I did some extra testing on this bug today. I compiled and installed the latest procps-ng (3.3.10) on Ubuntu 14.04 i386, and it sees the problem: greearb@v-ubuntu-14-04-i386:~$ ./test-pkill System command failed: ERROR: system command "pkill -f my-funky-cmdline" terminated with signal 15 my-

[Touch-packages] [Bug 1446909] [NEW] pkill kills self when called from C program

2015-04-21 Thread Ben Greear
Public bug reported: This does not happen on Fedora. Source code example pasted below. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: procps 1:3.3.9-1ubuntu2.2 Uname: Linux 3.16.0-031600-generic x86_64 NonfreeKernelModules: zfs zunicode zcommon znvpair zavl ApportVersion: 2.14.1-0ubuntu3.1

[Touch-packages] [Bug 1446291] [NEW] gcc/g++ 4.8.2 won't convert uint64 to char properly.

2015-04-20 Thread Ben Greear
Public bug reported: I have an Ubuntu 14.04 system for arm7l (armhf), and I think I have found a bug in the g++/gcc compiler. I am expecting to see 'char c' below to end up as a negative number, but as you can see, it does not. x86 system shows the negative number as expected. Anyone have any i