summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-05-04 13:45:15 -0400
committerOz Linden <oz@lindenlab.com>2016-05-04 13:45:15 -0400
commit8b5a8e3b57d9ccb036c9a849a6b1ba8685c2de41 (patch)
tree627df9ca677e09ed9cc1d5e2c85b4cbb1922daf2 /indra/newview
parent18928ea6c6f2830a0d45ec412c915eceff1b76b0 (diff)
parent2446fab3746bfef453ec8e3d5a31b30e8f3f91e1 (diff)
merge changes for MAINT-5974
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llappviewermacosx.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp
index 09227806fd..ca219fda59 100755
--- a/indra/newview/llappviewermacosx.cpp
+++ b/indra/newview/llappviewermacosx.cpp
@@ -83,10 +83,6 @@ static void exceptionTerminateHandler()
bool initViewer()
{
-#if LL_SOLARIS && defined(__sparc)
- asm ("ta\t6"); // NOTE: Make sure memory alignment is enforced on SPARC
-#endif
-
// Set the working dir to <bundle>/Contents/Resources
if (chdir(gDirUtilp->getAppRODataDir().c_str()) == -1)
{
@@ -301,6 +297,7 @@ void LLAppViewerMacOSX::initCrashReporting(bool reportFreeze)
std::string appname = gDirUtilp->getExecutableFilename();
std::string str[] = { "-pid", pid_str.str(), "-dumpdir", logdir, "-procname", appname.c_str() };
std::vector< std::string > args( str, str + ( sizeof ( str ) / sizeof ( std::string ) ) );
+ LL_WARNS() << "about to launch mac-crash-logger" << pid_str << " " << logdir << " " << appname << LL_ENDL;
launchApplication(&command_str, &args);
}