[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#318429: trivial example to reproduce ucontext error



In case anyone wants a trivial illustration of the ucontext
non-constant array bound error, just run gcc -c on this file:

#include <sys/ucontext.h>
int main()
{
  return 0;
}



Reply to: