CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Thread stack overrun on 3.4 demo site
Pages: [1]

Author Topic: Thread stack overrun on 3.4 demo site  (Read 646 times)

dsdart

  • I post occasionally
  • **
  • Posts: 85
  • Karma: 3
  • CiviCRM version: 4.4
  • CMS version: Drupal 7.25
  • MySQL version: 5.1.41
  • PHP version: 5.3.1
Thread stack overrun on 3.4 demo site
January 27, 2012, 09:02:48 am
Trying to add a new price set on the demo site caused this error:
Database Error Code: Thread stack overrun: 9056 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack., 1436
Additional Details:

Array
(
    [callback] => Array
        (
           
  • => CRM_Core_Error
  • [1] => handle
            )

       
Code: [Select]
=> a515ac9c2796ca0e23adbe92c68fc9fc
    [message] => DB Error: a515ac9c2796ca0e23adbe92c68fc9fc
    [mode] => 16
    [debug_info] => INSERT INTO civicrm_price_set (name , title , is_active , help_pre , help_post , extends , contribution_type_id ) VALUES ('debby_test' , 'debby test' ,  1 ,  NULL ,  NULL , '3' ,  2 )  [nativecode=1436 ** Thread stack overrun:  9056 bytes used of a 131072 byte stack, and 128000 bytes needed.  Use 'mysqld -O thread_stack=#' to specify a bigger stack.]
    [type] => DB_Error
    [user_info] => INSERT INTO civicrm_price_set (name , title , is_active , help_pre , help_post , extends , contribution_type_id ) VALUES ('debby_test' , 'debby test' ,  1 ,  NULL ,  NULL , '3' ,  2 )  [nativecode=1436 ** Thread stack overrun:  9056 bytes used of a 131072 byte stack, and 128000 bytes needed.  Use 'mysqld -O thread_stack=#' to specify a bigger stack.]
    [to_string] => [db_error: message="DB Error: a515ac9c2796ca0e23adbe92c68fc9fc" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info="INSERT INTO civicrm_price_set (name , title , is_active , help_pre , help_post , extends , contribution_type_id ) VALUES ('debby_test' , 'debby test' ,  1 ,  NULL ,  NULL , '3' ,  2 )  [nativecode=1436 ** Thread stack overrun:  9056 bytes used of a 131072 byte stack, and 128000 bytes needed.  Use 'mysqld -O thread_stack=#' to specify a bigger stack.]"]
)

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Thread stack overrun on 3.4 demo site
January 27, 2012, 10:25:35 am
There was some problem on the demo and it is fixed. Now you should be able to create price set etc.

Thanks,
Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Thread stack overrun on 3.4 demo site

This forum was archived on 2017-11-26.