Bug 1619308 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

When I checked the minidump, I found three more frames on the top of the crashing stack:
```
ReleaseData()
[nsTSubstring<char>::Finialize() line 268](https://searchfox.org/mozilla-central/rev/a69f60390921e21e1d62d40ce388c44a71db00c6/xpcom/string/nsTSubstring.cpp#268)
nsTSubstring<char>::~nsTSubstring() line 326
```

I wonder if `ReleaseData()` refers to [this one](https://searchfox.org/mozilla-central/rev/a69f60390921e21e1d62d40ce388c44a71db00c6/xpcom/string/nsSubstring.cpp#103) or not
When I checked the minidump, I found three more frames on the top of the crashing stack:

ReleaseData()
[nsTSubstring<char>::Finialize() line 268](https://searchfox.org/mozilla-central/rev/a69f60390921e21e1d62d40ce388c44a71db00c6/xpcom/string/nsTSubstring.cpp#268)
nsTSubstring<char>::~nsTSubstring() line 326


I wonder if `ReleaseData()` refers to [this one](https://searchfox.org/mozilla-central/rev/a69f60390921e21e1d62d40ce388c44a71db00c6/xpcom/string/nsSubstring.cpp#103) or not

Back to Bug 1619308 Comment 2