Author Topic: v28.0.2 crashed when I was using browse respository window.  (Read 2071 times)

ahkevin

  • Community Member
  • Posts: 87
  • Hero Points: 0
v28.0.2 crashed when I was using browse respository window.
« on: April 09, 2024, 05:32:46 AM »
There is a minidump file in the attachment.
No stack log.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2899
  • Hero Points: 153
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #1 on: April 09, 2024, 09:24:22 AM »
Subversion or Git?

ahkevin

  • Community Member
  • Posts: 87
  • Hero Points: 0
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #2 on: April 09, 2024, 09:59:05 AM »
git.
my respository is on a samba server. file path is like \\111.222.33.44\folder\folder\.git

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6882
  • Hero Points: 530
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #3 on: April 09, 2024, 12:52:21 PM »
Thanks for the mini dump. We will take a look at this.

Did it crash before displaying the repository or crash when scrolling or doing anything specific?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6882
  • Hero Points: 530
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #4 on: April 09, 2024, 01:29:13 PM »
Looks like you cancelled the dialog before the display was completely filled in. Sound about right?

See if you can reproduce this by starting the display of this git repository and then cancelling the dialog before it has a chance to finish.

ahkevin

  • Community Member
  • Posts: 87
  • Hero Points: 0
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #5 on: April 09, 2024, 02:06:07 PM »
No, crashes happened almost every time I opened the repository.
I did nothing after opening the repository.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6882
  • Hero Points: 530
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #6 on: April 09, 2024, 02:17:17 PM »
Thanks for the extra info. In any case, it looks like a thread is somehow getting deleted twice. After I study this some more, I'll build an installer which hopefully fixes this and email you so you can try out the fix.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6882
  • Hero Points: 530
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #7 on: April 12, 2024, 12:28:37 AM »
Please try this installer to fix the git repository browser crash you ran into:

Download from here: se_28000200_win64-2024-04-09.msi

https://www.dropbox.com/scl/fo/m97ry01qm7mmkav6t7fix/h?rlkey=g3zpq3kk236udh9byubbeniuc&dl=0

You will need to uninstall your current installation for 28.0.2 before installing.

If it crashes, please post another minidump.

ahkevin

  • Community Member
  • Posts: 87
  • Hero Points: 0
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #8 on: April 12, 2024, 04:06:05 AM »
It has improved. But it still crashes under some conditions.

If there is another installer, please email me or put it on Onedrive because I can't access Dropbox.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6882
  • Hero Points: 530
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #9 on: April 12, 2024, 05:16:32 PM »
Hmm...For some reason there's like no symbols in this .dmp file. Say's there's a crash in the system DLL ntdll.dll but no symbol information.

If I can get your log information from this command, I should be able to reproduce your crash here.

git --no-pager log  --date=iso  --all  "--pretty=format:%H%x00%P%x00%ct%x00%ae%x00%an%x00%s%x01" > output.log

Compress it and email it to support. Use good compression like 7zip. Once compressed it will hopefully be under 25MB.

ahkevin

  • Community Member
  • Posts: 87
  • Hero Points: 0
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #10 on: April 17, 2024, 02:32:44 AM »
Unfortunately, this is a private repository owned by a company that contains a lot of private information. So, I can't post it here.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6882
  • Hero Points: 530
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #11 on: April 17, 2024, 06:32:15 AM »
Understandable. Since crash dumps for some reason aren't helpful, I would recommend that you stop using the repository browser. All other git features should work fine.

ahkevin

  • Community Member
  • Posts: 87
  • Hero Points: 0
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #12 on: April 18, 2024, 02:31:41 AM »
Got a stack log, hope to help.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6882
  • Hero Points: 530
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #13 on: April 18, 2024, 05:20:27 PM »
Are you able to reproduce this every time you use the "Diff with Previous" button?

The two Slick-C stacks are the same.

ahkevin

  • Community Member
  • Posts: 87
  • Hero Points: 0
Re: v28.0.2 crashed when I was using browse respository window.
« Reply #14 on: April 19, 2024, 07:25:54 AM »
No, I just encountered it once. The two stacks seem to generate at one time.