Re: shell error

2018-01-23 Thread bin.w...@qkmtech.com
On Tue, Jan 23, 2018 at 9:48 AM, Gedare Bloom > wrote: >Your code needs to configure the kernel required resources as needed >by your application. In this case, the shell is using a pthread key, >so it should be configuring an extra POSIX_KEY. The mentioned approach >can fix the problem because it

Re: shell error

2018-01-23 Thread Gedare Bloom
Hello Ben, On Tue, Jan 23, 2018 at 3:13 AM, bin.w...@qkmtech.com wrote: > hi everyone: > > i use the shell , but i get the error print as follows: > > "pthread_setspecific(shell_current_env_key)" > > so i search this problem, and find someone has asked this question before, > somebody replied as

shell error

2018-01-23 Thread bin.w...@qkmtech.com
hi everyone: i use the shell , but i get the error print as follows: "pthread_setspecific(shell_current_env_key)" so i search this problem, and find someone has asked this question before, somebody replied as "add the two defines" #define CONFIGURE_UNLIMITED_OBJECTS #define CONFIGURE_UNIFIED