octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58957] [octave forge] (sparsersb) Failure to


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58957] [octave forge] (sparsersb) Failure to install and crash in function
Date: Sat, 31 Oct 2020 15:25:46 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.56

Follow-up Comment #62, bug #58957 (project octave):

I tried to run the program that crashes in gdb. But it looks like it succeeds
if I do so:

$ gdb render.exe
GNU gdb (GDB) 9.2
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from render.exe...
(gdb) r
Starting program: D:\SVN\Octave\bug58957_sparsersb\rsbbugs-0.0\render.exe
[New Thread 11636.0x4738]
[New Thread 11636.0x888]
[New Thread 11636.0x1690]
allocated 8 bytes to 0000000001592750 (in hex:0x8 bytes)
allocated 4 bytes to 00000000015927b0 (in hex:0x4 bytes)
allocated 4 bytes to 0000000001592810 (in hex:0x4 bytes)
allocated 10080 bytes to 0000000001fd5860 (in hex:0x2760 bytes)
allocated 288 bytes to 0000000001592870 (in hex:0x120 bytes)
allocated 8 bytes to 00000000015929e0 (in hex:0x8 bytes)
allocated 16 bytes to 0000000001592a40 (in hex:0x10 bytes)
allocated 8 bytes to 0000000001592aa0 (in hex:0x8 bytes)
[New Thread 11636.0x186c]
[New Thread 11636.0x3e48]
[New Thread 11636.0x2e0]
freeing 0000000001592a40
freeing   16 bytes at 0000000001592a40 (in hex:0x10 bytes)
allocated 8 bytes to 0000000001592a40 (in hex:0x8 bytes)
allocated 32 bytes to 0000000001fd9250 (in hex:0x20 bytes)
freeing 0000000001592aa0
freeing   8 bytes at 0000000001592aa0 (in hex:0x8 bytes)
freeing 00000000015929e0
freeing   8 bytes at 00000000015929e0 (in hex:0x8 bytes)
freeing 0000000001592a40
freeing   8 bytes at 0000000001592a40 (in hex:0x8 bytes)
freeing 0000000001592870
freeing   288 bytes at 0000000001592870 (in hex:0x120 bytes)
allocated 4 bytes to 0000000001592930 (in hex:0x4 bytes)
allocated 4 bytes to 0000000001592990 (in hex:0x4 bytes)
allocated 8 bytes to 00000000015929f0 (in hex:0x8 bytes)
reallocating from 4 to 4 bytes (+0) at 0x0000000001592930 (in hex: to 0x4
bytes)
reallocating from 4 to 4 bytes (+0) at 0x0000000001592990 (in hex: to 0x4
bytes)
reallocating from 8 to 8 bytes (+0) at 0x00000000015929f0 (in hex: to 0x8
bytes)
freeing 0000000001592930
freeing   4 bytes at 0000000001592930 (in hex:0x4 bytes)
freeing 0000000001592990
freeing   4 bytes at 0000000001592990 (in hex:0x4 bytes)
freeing 00000000015929f0
freeing   8 bytes at 00000000015929f0 (in hex:0x8 bytes)
allocated 4 bytes to 0000000001592930 (in hex:0x4 bytes)
allocated 4 bytes to 0000000001592990 (in hex:0x4 bytes)
allocated 8 bytes to 00000000015929f0 (in hex:0x8 bytes)
%%MatrixMarket matrix coordinate real general
1 1 1
1       1       1
freeing 0000000001592930
freeing   4 bytes at 0000000001592930 (in hex:0x4 bytes)
freeing 0000000001592990
freeing   4 bytes at 0000000001592990 (in hex:0x4 bytes)
freeing 00000000015929f0
freeing   8 bytes at 00000000015929f0 (in hex:0x8 bytes)
freeing 0000000001fd9250
freeing   32 bytes at 0000000001fd9250 (in hex:0x20 bytes)
freeing 0000000001fd5860
freeing   10080 bytes at 0000000001fd5860 (in hex:0x2760 bytes)
freeing 00000000015927b0
freeing   4 bytes at 00000000015927b0 (in hex:0x4 bytes)
freeing 0000000001592810
freeing   4 bytes at 0000000001592810 (in hex:0x4 bytes)
freeing 0000000001592750
freeing   8 bytes at 0000000001592750 (in hex:0x8 bytes)
OK
[Thread 11636.0x3e48 exited with code 0]
[Thread 11636.0x186c exited with code 0]
[Thread 11636.0x2e0 exited with code 0]
[Thread 11636.0x1690 exited with code 0]
[Thread 11636.0x4738 exited with code 0]
[Thread 11636.0x888 exited with code 0]
[Inferior 1 (process 11636) exited normally]
(gdb)


If I quit gdb and immediately execute render.exe without gdb, it crashes with
an output that is equivalent to that in comment #59 and with the same error
code.


Not sure if this is of any relevance: RSB_DISABLE_ALLOCATOR_WRAPPER is 1 in
rsb-config.h.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58957>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]