* bug#5074: Emacs just aborted during url download @ 2009-11-30 1:28 Lennart Borgman 2010-05-26 17:40 ` bug#5074: Glenn Morris 0 siblings, 1 reply; 7+ messages in thread From: Lennart Borgman @ 2009-11-30 1:28 UTC (permalink / raw) To: Emacs Bugs I have no backtrace, nothing. All I know is that it was probably during an url-retrieve-synchronously or during a (redisplay t). On w32. mingw. My patched version. 2009-11-05. ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#5074: 2009-11-30 1:28 bug#5074: Emacs just aborted during url download Lennart Borgman @ 2010-05-26 17:40 ` Glenn Morris 2010-05-26 18:20 ` bug#5074: Lennart Borgman 0 siblings, 1 reply; 7+ messages in thread From: Glenn Morris @ 2010-05-26 17:40 UTC (permalink / raw) To: 5074-done Nobody can do anything with this information. Please reopen this if you ever get a backtrace, or a reproducible crash recipe, in an unpatched Emacs. ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#5074: 2010-05-26 17:40 ` bug#5074: Glenn Morris @ 2010-05-26 18:20 ` Lennart Borgman 2010-05-26 21:33 ` bug#5074: Juanma Barranquero 0 siblings, 1 reply; 7+ messages in thread From: Lennart Borgman @ 2010-05-26 18:20 UTC (permalink / raw) To: 5074, rgm; +Cc: 5074-done I think it may be wrong closing this bug. You can not do anything with this information alone, but please do not hide it by just closing it. There was just a new bug report about url-retrieve-synchronously (bug 6274). I suspect it can be related. I also reported a hang in the same function in bug 5103 and another hang calling it in a timer in bug 5372. (I have no patches that I think can be related to this, but I can be wrong.) On Wed, May 26, 2010 at 7:40 PM, Glenn Morris <rgm@gnu.org> wrote: > > Nobody can do anything with this information. > > Please reopen this if you ever get a backtrace, or a reproducible > crash recipe, in an unpatched Emacs. > > > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#5074: 2010-05-26 18:20 ` bug#5074: Lennart Borgman @ 2010-05-26 21:33 ` Juanma Barranquero 2010-05-26 21:51 ` bug#5074: Lennart Borgman 0 siblings, 1 reply; 7+ messages in thread From: Juanma Barranquero @ 2010-05-26 21:33 UTC (permalink / raw) To: Lennart Borgman; +Cc: 5074 On Wed, May 26, 2010 at 20:20, Lennart Borgman <lennart.borgman@gmail.com> wrote: > I think it may be wrong closing this bug. You can not do anything with > this information alone, but please do not hide it by just closing it. But this bug report has *no* useful information, other than the fact that a non-reproducible crash happened perhaps during a call to url-retrieve-synchronously. Or perhaps during redisplay. There's not even a backtrace. It would be difficult to relate any possible fix to this bug. > There was just a new bug report about url-retrieve-synchronously (bug > 6274). I suspect it can be related. Why? You reported a crash, #6274 talks about a temporary freeze. > I also reported a hang in the same function in bug 5103 and another > hang calling it in a timer in bug 5372. Well, then perhaps these two bugs are really related to #6274 (it's difficult to say, because as usual your bug reports are pretty sparse, to say the least). But in any case, how are they related to #5074? Juanma ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#5074: 2010-05-26 21:33 ` bug#5074: Juanma Barranquero @ 2010-05-26 21:51 ` Lennart Borgman 2010-05-26 22:47 ` bug#5074: Juanma Barranquero 0 siblings, 1 reply; 7+ messages in thread From: Lennart Borgman @ 2010-05-26 21:51 UTC (permalink / raw) To: Juanma Barranquero; +Cc: 5074 On Wed, May 26, 2010 at 11:33 PM, Juanma Barranquero <lekktu@gmail.com> wrote: > On Wed, May 26, 2010 at 20:20, Lennart Borgman > <lennart.borgman@gmail.com> wrote: > >> I think it may be wrong closing this bug. You can not do anything with >> this information alone, but please do not hide it by just closing it. > > But this bug report has *no* useful information, other than the fact > that a non-reproducible crash happened perhaps during a call to > url-retrieve-synchronously. Or perhaps during redisplay. There's not > even a backtrace. It would be difficult to relate any possible fix to > this bug. Yes, sorry. I will try change my habit, always running Emacs under a debugger. >> There was just a new bug report about url-retrieve-synchronously (bug >> 6274). I suspect it can be related. > > Why? You reported a crash, #6274 talks about a temporary freeze. Because all information about the function may be related. A bad call to the system functions may result in a bad state resulting in a crash or a hang. But ... since it is on different platforms with different API:s you and Glenn are probably right here. There is probably no connection between 6274 and this bug report. However FYI I still have a lot of crashes/freezes. Emacs hangs and is difficult to kill from Windows Task Manager, but it does not loop. Seems to be low level. I suspect four sources at the moment: url related (most suspected for hangs), frame related (very suspected for crashes and a bit for hangs) and the current changes to the display code (a little bit suspected for crashes). And my own changes for frame handling (quite suspected, but they are very recent, last month only). I will try to get back traces. >> I also reported a hang in the same function in bug 5103 and another >> hang calling it in a timer in bug 5372. > > Well, then perhaps these two bugs are really related to #6274 (it's > difficult to say, because as usual your bug reports are pretty sparse, > to say the least). But in any case, how are they related to #5074? > > Juanma > ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#5074: 2010-05-26 21:51 ` bug#5074: Lennart Borgman @ 2010-05-26 22:47 ` Juanma Barranquero 2010-05-26 23:03 ` bug#5074: Lennart Borgman 0 siblings, 1 reply; 7+ messages in thread From: Juanma Barranquero @ 2010-05-26 22:47 UTC (permalink / raw) To: Lennart Borgman; +Cc: 5074 On Wed, May 26, 2010 at 23:51, Lennart Borgman <lennart.borgman@gmail.com> wrote: > However FYI I still have a lot of crashes/freezes. Emacs hangs and is > difficult to kill from Windows Task Manager, but it does not loop. > Seems to be low level. I suspect four sources at the moment: url > related (most suspected for hangs), frame related (very suspected for > crashes and a bit for hangs) and the current changes to the display > code (a little bit suspected for crashes). And my own changes for > frame handling (quite suspected, but they are very recent, last month > only). I will try to get back traces. I don't doubt you're experiencing trouble. Myself, I've had a lot more crashes in the past month than the year before... which isn't entirely unexpected, now that the trunk is open again. Out of curiosity, which compiler are you using? I recently had lots of problems with MinGW 4.5.0, apparently unrelated to the one described in etc/PROBLEMS. Juanma ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#5074: 2010-05-26 22:47 ` bug#5074: Juanma Barranquero @ 2010-05-26 23:03 ` Lennart Borgman 0 siblings, 0 replies; 7+ messages in thread From: Lennart Borgman @ 2010-05-26 23:03 UTC (permalink / raw) To: Juanma Barranquero; +Cc: 5074 On Thu, May 27, 2010 at 12:47 AM, Juanma Barranquero <lekktu@gmail.com> wrote: > > I don't doubt you're experiencing trouble. Myself, I've had a lot more > crashes in the past month than the year before... which isn't entirely > unexpected, now that the trunk is open again. > > Out of curiosity, which compiler are you using? I recently had lots of > problems with MinGW 4.5.0, apparently unrelated to the one described > in etc/PROBLEMS. A maybe old version: gcc (GCC) 3.4.5 (mingw-vista special r3) Copyright (C) 2004 Free Software Foundation, Inc. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-05-26 23:03 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-11-30 1:28 bug#5074: Emacs just aborted during url download Lennart Borgman 2010-05-26 17:40 ` bug#5074: Glenn Morris 2010-05-26 18:20 ` bug#5074: Lennart Borgman 2010-05-26 21:33 ` bug#5074: Juanma Barranquero 2010-05-26 21:51 ` bug#5074: Lennart Borgman 2010-05-26 22:47 ` bug#5074: Juanma Barranquero 2010-05-26 23:03 ` bug#5074: Lennart Borgman
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).