Rolling back to a specfic build.
#71
no. That
gdb: run
in pcsx2: start your game or does every action to make the crash happen Wink
gdb will stop pcsx2 at the crash then
# single thread
gdb: bt
# all thread
gdb: thread apply all bt
Reply

Sponsored links

#72
Okay, I got something. I don't know if its useful, but I got something. I do see a lot of "wx" coming up.

Code:
$ gdb ./pcsx2
GNU gdb (GDB) 7.7
Copyright (C) 2014 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-unknown-linux-gnu".
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 ./pcsx2...(no debugging symbols found)...done.
(gdb) run
Starting program: /tmp/pcsx2-git/bin/pcsx2
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6654): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
Interface is initializing.  Entering Pcsx2App::OnInit!
Applying operating system default language...
Command line parsing...
Command line parsed!
[New Thread 0xf2400b40 (LWP 6661)]
(UserMode) Found portable install ini @ /tmp/pcsx2-git/bin/portable.ini
[New Thread 0xf1853b40 (LWP 6663)]
[New Thread 0xf0effb40 (LWP 6664)]
[Thread 0xf0effb40 (LWP 6664) exited]
[New Thread 0xf0effb40 (LWP 6665)]

Program received signal SIGSEGV, Segmentation fault.
0x0822be07 in DisassemblyDialog::setDebugMode(bool) ()
(gdb) backtrace
#0  0x0822be07 in DisassemblyDialog::setDebugMode(bool) ()
#1  0x081f2a2d in Pcsx2App::leaveDebugMode() ()
#2  0x081f49dc in Pcsx2AppMethodEvent::InvokeEvent() ()
#3  0x08369e9e in pxActionEvent::_DoInvokeEvent() ()
#4  0x0836ad46 in wxAppWithHelpers::OnInvokeAction(pxActionEvent&) ()
#5  0x081f2092 in Pcsx2App::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) ()
#6  0x081f204d in Pcsx2App::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const ()
#7  0xf7f31dc0 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/lib32/libwx_baseu-2.8.so.0
#8  0xf7f32159 in wxEvtHandler::SearchDynamicEventTable(wxEvent&) ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#9  0xf7f32225 in wxEvtHandler::ProcessEvent(wxEvent&) ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#10 0x08369c7d in wxAppWithHelpers::ProcessEvent(wxEvent&) ()
#11 0xf7f31d0a in wxEvtHandler::ProcessPendingEvents() ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#12 0xf7ea0cd9 in wxAppConsole::ProcessPendingEvents() ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#13 0xf7ccfcb2 in wxAppBase::ProcessIdle() ()
   from /usr/lib32/libwx_gtk2u_core-2.8.so.0
#14 0xf7c35534 in ?? () from /usr/lib32/libwx_gtk2u_core-2.8.so.0
---Type <return> to continue, or q <return> to quit---
#15 0xf70275f0 in ?? () from /usr/lib32/libglib-2.0.so.0
#16 0xf702a89e in g_main_context_dispatch () from /usr/lib32/libglib-2.0.so.0
#17 0xf702ac48 in ?? () from /usr/lib32/libglib-2.0.so.0
#18 0xf702b0a3 in g_main_loop_run () from /usr/lib32/libglib-2.0.so.0
#19 0xf767fe60 in gtk_main () from /usr/lib32/libgtk-x11-2.0.so.0
#20 0xf7c4b93e in wxEventLoop::Run() ()
   from /usr/lib32/libwx_gtk2u_core-2.8.so.0
#21 0xf7ccfac1 in wxAppBase::MainLoop() ()
   from /usr/lib32/libwx_gtk2u_core-2.8.so.0
#22 0xf7ccf5c1 in wxAppBase::OnRun() ()
   from /usr/lib32/libwx_gtk2u_core-2.8.so.0
#23 0xf7ed608a in wxEntry(int&, wchar_t**) ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#24 0xf7ed6136 in wxEntry(int&, char**) () from /usr/lib32/libwx_baseu-2.8.so.0
#25 0x081f0c6b in main ()
(gdb)
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#73
Can you update your git I think someone fix this issue already (git pull -r)
Reply
#74
(04-01-2014, 09:06 PM)gregory Wrote: Can you update your git I think someone fix this issue already (git pull -r)

I'm assuming I was suppose to rebuild after the git pull (which was preformed in the directory) that so I ran $sh build.sh --release" and then run gdb again

Code:
$ gdb ./pcsx2
GNU gdb (GDB) 7.7
Copyright (C) 2014 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-unknown-linux-gnu".
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 ./pcsx2...(no debugging symbols found)...done.
(gdb) run
Starting program: /tmp/pcsx2-git/bin/pcsx2
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:8028): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
Interface is initializing.  Entering Pcsx2App::OnInit!
Applying operating system default language...
Command line parsing...
Command line parsed!
[New Thread 0xf2400b40 (LWP 8035)]
(UserMode) Found portable install ini @ /tmp/pcsx2-git/bin/portable.ini
[New Thread 0xf1853b40 (LWP 8037)]
[New Thread 0xf0effb40 (LWP 8038)]
[Thread 0xf0effb40 (LWP 8038) exited]
[New Thread 0xf0effb40 (LWP 8039)]

Program received signal SIGSEGV, Segmentation fault.
0x0822be07 in DisassemblyDialog::setDebugMode(bool) ()
(gdb) backtrace
#0  0x0822be07 in DisassemblyDialog::setDebugMode(bool) ()
#1  0x081f2a2d in Pcsx2App::leaveDebugMode() ()
#2  0x081f49dc in Pcsx2AppMethodEvent::InvokeEvent() ()
#3  0x08369e9e in pxActionEvent::_DoInvokeEvent() ()
#4  0x0836ad46 in wxAppWithHelpers::OnInvokeAction(pxActionEvent&) ()
#5  0x081f2092 in Pcsx2App::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) ()
#6  0x081f204d in Pcsx2App::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const ()
#7  0xf7f31dc0 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/lib32/libwx_baseu-2.8.so.0
#8  0xf7f32159 in wxEvtHandler::SearchDynamicEventTable(wxEvent&) ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#9  0xf7f32225 in wxEvtHandler::ProcessEvent(wxEvent&) ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#10 0x08369c7d in wxAppWithHelpers::ProcessEvent(wxEvent&) ()
#11 0xf7f31d0a in wxEvtHandler::ProcessPendingEvents() ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#12 0xf7ea0cd9 in wxAppConsole::ProcessPendingEvents() ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#13 0xf7ccfcb2 in wxAppBase::ProcessIdle() ()
   from /usr/lib32/libwx_gtk2u_core-2.8.so.0
#14 0xf7c35534 in ?? () from /usr/lib32/libwx_gtk2u_core-2.8.so.0
---Type <return> to continue, or q <return> to quit---
#15 0xf70275f0 in ?? () from /usr/lib32/libglib-2.0.so.0
#16 0xf702a89e in g_main_context_dispatch () from /usr/lib32/libglib-2.0.so.0
#17 0xf702ac48 in ?? () from /usr/lib32/libglib-2.0.so.0
#18 0xf702b0a3 in g_main_loop_run () from /usr/lib32/libglib-2.0.so.0
#19 0xf767fe60 in gtk_main () from /usr/lib32/libgtk-x11-2.0.so.0
#20 0xf7c4b93e in wxEventLoop::Run() ()
   from /usr/lib32/libwx_gtk2u_core-2.8.so.0
#21 0xf7ccfac1 in wxAppBase::MainLoop() ()
   from /usr/lib32/libwx_gtk2u_core-2.8.so.0
#22 0xf7ccf5c1 in wxAppBase::OnRun() ()
   from /usr/lib32/libwx_gtk2u_core-2.8.so.0
#23 0xf7ed608a in wxEntry(int&, wchar_t**) ()
   from /usr/lib32/libwx_baseu-2.8.so.0
#24 0xf7ed6136 in wxEntry(int&, char**) () from /usr/lib32/libwx_baseu-2.8.so.0
#25 0x081f0c6b in main ()
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#75
That strange try a dev release. (--dev). I need to test the release build on my side.
Reply
#76
I'm nearly sure the bug is fixed. Are you sure that you have latest version. If you do a git log, do you have this commit. (might need to do a git checkout master)
Quote:commit 9d1840e37a42a3583d2c181add06d2ab5df9162a
Author: Roel Aaij
Date: Sun Mar 30 15:35:24 2014 +0200

Fix out of tree build.

Tell git to look in the source dir for the repository.
Reply
#77
I had been using the latest, so I so think. just in case, lets starty from the begining.

Code:
$ git clone https://github.com/PCSX2/pcsx2
$ cd pcsx2
$ git checkout 9d1840e37a42a3583d2c181add06d2ab5df9162a

So that should give me the desired source code which I can use to build. I then make a copy (which is for back-up purposes, and not for use).

I now build it with
Code:
sh build.sh --release

The terminal output is in the attachment.

I the load PCSX2 in order to set it up.
Code:
$cd bin
$./pcsx2
I change render from ZZogl to GSdx.
Changed the bios director to ~/.config/pcsx2/bios. In case it matters I have one of the older fat PS2's

I close out of that, and then run gdb as seen below and do that thing you told me to do where I start gdb, run PCSX2 crash it, then backtrace. It goes a little further than last time but it still stops.

Code:
$ gdb ./pcsx2
GNU gdb (GDB) 7.7
Copyright (C) 2014 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-unknown-linux-gnu".
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 ./pcsx2...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/briggs3/build/pcsx2/pcsx2/bin/pcsx2
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(pcsx2:6517): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
Interface is initializing.  Entering Pcsx2App::OnInit!
Applying operating system default language...
Command line parsing...
Command line parsed!
[New Thread 0xf2400b40 (LWP 6524)]
(UserMode) Found portable install ini @ /home/briggs3/build/pcsx2/pcsx2/bin/portable.ini
[New Thread 0xf1853b40 (LWP 6526)]
[New Thread 0xf0effb40 (LWP 6527)]
[Thread 0xf0effb40 (LWP 6527) exited]
[New Thread 0xf0effb40 (LWP 6530)]
[New Thread 0xeccdab40 (LWP 6531)]
[New Thread 0xec4d9b40 (LWP 6532)]
[New Thread 0xebaffb40 (LWP 6533)]
[New Thread 0xeb0ffb40 (LWP 6534)]
[Thread 0xec4d9b40 (LWP 6532) exited]
[Thread 0xeb0ffb40 (LWP 6534) exited]
[Thread 0xeccdab40 (LWP 6531) exited]
[New Thread 0xeccdab40 (LWP 6554)]
[New Thread 0xeb0ffb40 (LWP 6555)]
[New Thread 0xec4d9b40 (LWP 6556)]
[Thread 0xec4d9b40 (LWP 6556) exited]
[Thread 0xeccdab40 (LWP 6554) exited]
[Thread 0xeb0ffb40 (LWP 6555) exited]
[New Thread 0xeb0ffb40 (LWP 6557)]
[New Thread 0xeccdab40 (LWP 6558)]
[New Thread 0xec4d9b40 (LWP 6559)]
[Thread 0xebaffb40 (LWP 6533) exited]
[Thread 0xec4d9b40 (LWP 6559) exited]
[Thread 0xeb0ffb40 (LWP 6557) exited]
[New Thread 0xeb0ffb40 (LWP 6560)]
[New Thread 0xec4d9b40 (LWP 6561)]
[Thread 0xeb0ffb40 (LWP 6560) exited]
[Thread 0xeccdab40 (LWP 6558) exited]
[New Thread 0xeccdab40 (LWP 6562)]
[New Thread 0xeb0ffb40 (LWP 6563)]
[Thread 0xeb0ffb40 (LWP 6563) exited]
[Thread 0xeccdab40 (LWP 6562) exited]
[New Thread 0xeccdab40 (LWP 6564)]
[New Thread 0xeb0ffb40 (LWP 6565)]
glX-Version 1.4 with Direct Rendering
Supported Opengl version: 3.3.0 NVIDIA 334.21 on GPU: GeForce GTX 570/PCIe/SSE2. Vendor: NVIDIA Corporation
Note: the maximal version supported by GSdx is 3.3 (even if you driver support more)!

INFO: GL_ARB_separate_shader_objects is supported
INFO: GL_ARB_gpu_shader5 is supported
INFO: GL_ARB_shader_image_load_store is supported
INFO: GL_ARB_clear_texture is not supported
INFO: GL_ARB_buffer_storage is supported
INFO: GL_ARB_shader_subroutine is not supported
INFO: GL_ARB_explicit_uniform_location is supported
INFO: GL_ARB_texture_storage is supported
INFO: GL_ARB_shading_language_420pack is supported
INFO: GL_ARB_multi_bind is supported
INFO: GL_ARB_bindless_texture is not supported
INFO: GL_NV_depth_buffer_float is supported

ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
[New Thread 0xebaffb40 (LWP 6566)]
[Thread 0xebaffb40 (LWP 6566) exited]
[New Thread 0xebaffb40 (LWP 6567)]
[Thread 0xebaffb40 (LWP 6567) exited]
[New Thread 0xebaffb40 (LWP 6568)]
[Thread 0xebaffb40 (LWP 6568) exited]
[New Thread 0xebaffb40 (LWP 6569)]
[Thread 0xebaffb40 (LWP 6569) exited]
[New Thread 0xebaffb40 (LWP 6570)]
connect(2) call to /dev/shm/jack-1000/default/jack_0 failed (err=No such file or directory)
attempt to connect to server failed
* SPU2-X: Enumerating PortAudio devices:
*** Device 0: 'HDA Intel PCH: ALC1150 Analog (hw:0,0)' (ALSA)
*** Device 1: 'HDA Intel PCH: ALC1150 Digital (hw:0,1)' (ALSA)
*** Device 2: 'HDA NVidia: HDMI 0 (hw:1,3)' (ALSA)
[Thread 0xebaffb40 (LWP 6570) exited]
*** Device 3: 'HDA NVidia: HDMI 0 (hw:1,7)' (ALSA)
*** Device 4: 'HDA NVidia: HDMI 0 (hw:1,8)' (ALSA)
*** Device 5: 'HDA NVidia: HDMI 0 (hw:1,9)' (ALSA)
*** Device 6: 'sysdefault' (ALSA)
*** Device 7: 'front' (ALSA)
*** Device 8: 'surround40' (ALSA)
*** Device 9: 'surround41' (ALSA)
*** Device 10: 'surround50' (ALSA)
*** Device 11: 'surround51' (ALSA)
*** Device 12: 'surround71' (ALSA)
*** Device 13: 'iec958' (ALSA)
*** Device 14: 'spdif' (ALSA)
*** Device 15: 'pulse' (ALSA)
*** Device 16: 'dmix' (ALSA)
*** Device 17: 'default' (ALSA) (selected)
[New Thread 0xebaffb40 (LWP 6572)]
[New Thread 0xddf98b40 (LWP 6573)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xeccdab40 (LWP 6564)]
0x08397fe7 in void x86Emitter::xWrite<unsigned short>(unsigned short) ()
(gdb) backtrace
#0  0x08397fe7 in void x86Emitter::xWrite<unsigned short>(unsigned short) ()
#1  0x08395f49 in x86Emitter::xWrite16(unsigned short) ()
#2  0x08392dea in x86Emitter::SimdPrefix(unsigned char, unsigned short) ()
#3  0x08395407 in void x86Emitter::xOpWrite0F<x86Emitter::xRegisterSSE, x86Emitter::xIndirectVoid>(unsigned char, unsigned short, x86Emitter::xRegisterSSE const&, x86Emitter::xIndirectVoid const&) ()
#4  0x08394226 in x86Emitter::xImplSimd_MoveSSE::operator()(x86Emitter::xRegisterSSE const&, x86Emitter::xIndirectVoid const&) const ()
#5  0x082d1d17 in VifUnpackSSE_Base::xUPK_S_32() const ()
#6  0x082d2b50 in VifUnpackSSE_Base::xUnpack(int) const ()
#7  0x082d2f7d in nVifGen(int, int, int) ()
#8  0x082d310e in VifUnpackSSE_Init() ()
#9  0x080812b8 in hwInit() ()
#10 0x0808131b in hwReset() ()
#11 0x080b550d in cpuReset() ()
#12 0x082869a8 in SysCoreThread::DoCpuReset() ()
#13 0x081e14ed in AppCoreThread::DoCpuReset() ()
#14 0x08286924 in SysCoreThread::_reset_stuff_as_needed() ()
#15 0x08286b1f in SysCoreThread::StateCheckInThread() ()
#16 0x081e1641 in AppCoreThread::StateCheckInThread() ()
#17 0x08286b9b in SysCoreThread::ExecuteTaskInThread() ()
#18 0x081e16e7 in AppCoreThread::ExecuteTaskInThread() ()
#19 0x08361d38 in Threading::pxThread::_try_virtual_invoke(void (Threading::pxTh---Type <return> to continue, or q <return> to quit---
read::*)()) ()
#20 0x083621eb in Threading::pxThread::_internal_execute() ()
#21 0x08362322 in Threading::pxThread::_internal_callback(void*) ()
#22 0xf6e5cf20 in start_thread () from /usr/lib32/libpthread.so.0
#23 0xf6d96ace in clone () from /usr/lib32/libc.so.6
(gdb)

Still isn't working, but at least I'm getting a different error message.

http://i.imgur.com/axyrOZH.jpg (couldn't help myself)

[edit] My evaluation was premature. I was able to load it. Also, there is some regression in GSdx (or whatever emulates the DMA) it seems, though the issue I was having has been resolved (the one mentioned in bug report).


Attached Files
.txt   build-terminal-output.txt (Size: 103,69 KB / Downloads: 197)
.txt   build-termiinal-output2.txt (Size: 179,81 KB / Downloads: 184)
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#78
Yes the SIGSEGV is normal, PCSX2 handles some virtual memory with this signal. What do you mean by regression?
Reply
#79
By regression, I mean that some things aren't working as well as they were in a previous version. In this case, the frame rate with "PCSX2 1.3.0-20140330165929" in the Snowblind Engine games is great, however with the latest (or later) version you were having me build the frame rates are garbage. However, the issue I reported in the bug section of the forums has been fixed.
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply




Users browsing this thread: 1 Guest(s)