Author Topic: Slickedit freezes on git rebase  (Read 2517 times)

satishmohan

  • Community Member
  • Posts: 11
  • Hero Points: 0
Slickedit freezes on git rebase
« on: September 04, 2013, 09:54:58 PM »
Hi folks

I use Slick 18.0.2 with the latest Git version control system. I've noticed that every time I git rebase and do a clean build - Slickedit locks up. (We have a code generation system and I include the generated .cc and .h files into my project as it is completes my index).
Is there any solution for this?

Thanks
Satish

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Slickedit freezes on git rebase
« Reply #1 on: September 05, 2013, 01:17:22 PM »
Are you doing the build from SlickEdit?

How many files you are editing are getting modified?

What platform are you on?

satishmohan

  • Community Member
  • Posts: 11
  • Hero Points: 0
Re: Slickedit freezes on git rebase
« Reply #2 on: September 05, 2013, 10:04:40 PM »
I'm using Slick 18.0.2 + latest hotfix on Fedora Linux. I have about 40,000 files in my index, and yes I tried build within Slick/outside. Doesn't seem to matter. I attached gdb to it when it freezes:

(gdb) info threa
  7 Thread 0x7f37cd211700 (LWP 9641)  0x0000003ed360b43c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  6 Thread 0x7f37cd010700 (LWP 9642)  0x0000003ed360b43c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  5 Thread 0x7f37cce0f700 (LWP 9643)  0x0000003ed360b43c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  4 Thread 0x7f37ccc0e700 (LWP 9644)  0x0000003ed360e054 in __lll_lock_wait () from /lib64/libpthread.so.0
  3 Thread 0x7f37c7225700 (LWP 9682)  0x0000003ed360b43c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  2 Thread 0x7f37c778b700 (LWP 9472)  0x0000000000526079 in btMultiFileCache::AllocBlock(btFileCacheBlock*&, btFileCache*, bool, bool, bool)
    ()
* 1 Thread 0x7f37dcc1f760 (LWP 9620)  0x0000003ed360e054 in __lll_lock_wait () from /lib64/libpthread.so.0
(gdb)

Satish