pkgsrc-Bugs archive

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

Re: pkg/49851



The following reply was made to PR pkg/49851; it has been noted by GNATS.

From: Germain Le Chapelain <german%free.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49851
Date: Wed, 30 Sep 2015 21:03:09 +0000

 Now gtk-gnutella is rocking the version 1.1.4.
 
 I am still getting the same problem though :/
 
 
 I tried another patch (inspired directly by another page on the Internet) :
 
 
 $NetBSD$
 
 --- src/lib/thread.h.orig	2015-09-19 13:34:15.000000000 +0000
 +++ src/lib/thread.h
 @@ -36,6 +36,10 @@
  
  #include "tsig.h"		/* For tsigset_t */
  
 +#ifndef PTHREAD_STACK_MIN
 +#define PTHREAD_STACK_MIN 65536
 +#endif
 +
  /**
   * Main entry point for thread_create().
   */
 
 
 Exact same results :(
 
 
 I guess I will take a look what changed around the lines referring to a 
 PTHREAD STACK MIN between the working revision of gtk-gnutella in CVS and this one, 
 as well as litter the code base with breakpoints to try to understand how & when 
 the main window even open and why it doesn't for me now.
 
 
 Germain
 
 -- 
 Germain
 http://german.free.fr
 


Home | Main Index | Thread Index | Old Index