Seems a bit weird. Mind re-building in the debug mode and get the backtrace again?
Some additional questions: - Is the SCons build with the same exact mingw works fine? - What's the OS you're using? - What's the mingw version you're using? On Mon, Dec 21, 2015 at 11:08 PM, Yousef Harfoush <[email protected]> wrote: > forgot the full BT > > E:\code\compiler\mingw64\bin>gdb C:\blender\migwcmake\blender-app.exe > GNU gdb (rubenvb-4.7.2-release) 7.5.50.20120920-cvs > Copyright (C) 2012 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". > For bug reporting instructions, please see: > <[email protected]>... > Reading symbols from C:\blender\migwcmake\blender-app.exe...done. > (gdb) run > Starting program: C:\blender\migwcmake\blender-app.exe > [New Thread 3876.0x2778] > [New Thread 3876.0x19c8] > [New Thread 3876.0x124] > Read new prefs: C:\Users\***\AppData\Roaming\Blender > Foundation\Blender\2.76\co > nfig\userpref.blend > > Program received signal SIGSEGV, Segmentation fault. > 0x00007ffeff1a8563 in ?? () > > (gdb) bt > #0 0x00007ffeff1a8563 in ?? () > #1 0x0000000000000000 in ?? () > ( > gdb) thread apply all bt full > > Thread 3 (Thread 3876.0x124): > #0 0x00007ffeff20abca in ?? () > No symbol table info available. > #1 0x00007ffefc891148 in WaitForSingleObjectEx () > from C:\Windows\system32\KernelBase.dll > No symbol table info available. > #2 0x00007ff5ffffd000 in ?? () > No symbol table info available. > #3 0x00007ffef95f12b0 in ?? () from C:\Windows\SYSTEM32\SHCore.dll > No symbol table info available. > #4 0x00007ffef95f12b0 in ?? () from C:\Windows\SYSTEM32\SHCore.dll > No symbol table info available. > #5 0x00000000036cf560 in ?? () > No symbol table info available. > #6 0x0000000000000048 in ?? () > No symbol table info available. > #7 0x0000000000000001 in ?? () > No symbol table info available. > #8 0x0000000000000048 in ?? () > No symbol table info available. > #9 0x0000000000000001 in ?? () > No symbol table info available. > #10 0x0000000000000000 in ?? () > No symbol table info available. > > Thread 2 (Thread 3876.0x19c8): > #0 0x00007ffeff20abca in ?? () > No symbol table info available. > #1 0x00007ffefc891148 in WaitForSingleObjectEx () > from C:\Windows\system32\KernelBase.dll > No symbol table info available. > #2 0x00007ff5ffffd000 in ?? () > No symbol table info available. > #3 0x00007ffef95f12b0 in ?? () from C:\Windows\SYSTEM32\SHCore.dll > No symbol table info available. > #4 0x00007ffef95f12b0 in ?? () from C:\Windows\SYSTEM32\SHCore.dll > No symbol table info available. > #5 0x00000000036cf560 in ?? () > No symbol table info available. > #6 0x0000000000000048 in ?? () > No symbol table info available. > #7 0x0000000000000001 in ?? () > No symbol table info available. > #8 0x0000000000000048 in ?? () > No symbol table info available. > #9 0x0000000000000001 in ?? () > No symbol table info available. > #10 0x0000000000000000 in ?? () > No symbol table info available. > > Thread 1 (Thread 3876.0x2778): > #0 0x00007ffeff1a8563 in ?? () > No symbol table info available. > #1 0x0000000000000000 in ?? () > No symbol table info available. > (gdb) > > > Regards > Yousef Harfoush > [email protected] > > > > From: [email protected] > To: [email protected] > Subject: RE: [Bf-committers] Get Cmake on-par with scons (docs, batch > files and configuration scripts) > Date: Mon, 21 Dec 2015 16:10:59 +0000 > > > > > > Yousef, did you try to run blender in gdb and get exact backtrace? > > > E:\code\compiler\mingw64\bin>gdb "C:\Program Files\Blender\blender-app.exe" > GNU gdb (rubenvb-4.7.2-release) 7.5.50.20120920-cvs > Copyright (C) 2012 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". > For bug reporting instructions, please see: > <[email protected]>... > Reading symbols from C:\Program Files\Blender\blender-app.exe...done. > (gdb) run > Starting program: C:\Program Files\Blender\blender-app.exe > [New Thread 8292.0xae8] > [New Thread 8292.0x1f20] > [New Thread 8292.0x19a8] > Read new prefs: C:\Users\***\AppData\Roaming\Blender > Foundation\Blender\2.76\co > nfig\userpref.blend > > Program received signal SIGSEGV, Segmentation fault. > 0x00007ffeff1a8563 in ?? () > (gdb) > > > > > Regards > Yousef Harfoush > [email protected] > > > > > > > > > > > > > > > > > > > > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > -- With best regards, Sergey Sharybin _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
