[
https://issues.apache.org/jira/browse/QPID-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Utkin updated QPID-2206:
-------------------------------
Attachment: qpidc-0.6-no-tss.patch.bz2
Sorry for my bad english.
I wrote patch that fixes problem with thread specific storage on linux, when
compiler lacks __thread support.
I think this patch can also fix issue.
this patch also fixes QPID problem when running broker or any client with linux
kernels prior to 2.6.9:
2010-04-02 18:09:40 error IO worker thread exiting with unhandled exception:
Bad address (qpid/sys/epoll/EpollPoller.cpp:327)
To apply this patch use(after unpacking patch):
patch -p1 -d qpidc-0.6 <qpidc-0.6-notls.patch
To compile qpid without __thread support:
make CXXFLAGS=-DQPID_NO_TSS=1
Tested on linux with kernel 2.4.32 and gcc 4.1.3.
> thread-local storage prevents build on Mac
> ------------------------------------------
>
> Key: QPID-2206
> URL: https://issues.apache.org/jira/browse/QPID-2206
> Project: Qpid
> Issue Type: Bug
> Components: Build Tools
> Affects Versions: 0.5
> Environment: Mac OS X 10.5, Xcode 3.2.1
> Reporter: Aaron Hillegass
> Attachments: qpidc-0.6-no-tss.patch.bz2
>
>
> A lack of thread-local storage prevents a build on the Mac:
> g++ -DHAVE_CONFIG_H -I. -Igen -I./gen -Werror -pedantic -Wall -Wextra
> -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long
> -Wvolatile-register-var -Winvalid-pch -Wno-system-headers
> -Woverloaded-virtual -g -O2 -MT qpid/sys/posix/AsynchIO.lo -MD -MP -MF
> qpid/sys/posix/.deps/AsynchIO.Tpo -c qpid/sys/posix/AsynchIO.cpp -fno-common
> -DPIC -o qpid/sys/posix/.libs/AsynchIO.o
> qpid/sys/posix/AsynchIO.cpp:61: error: thread-local storage not supported for
> this target
> qpid/sys/posix/AsynchIO.cpp:62: error: thread-local storage not supported for
> this target
> qpid/sys/posix/AsynchIO.cpp:63: error: thread-local storage not supported for
> this target
> qpid/sys/posix/AsynchIO.cpp:64: error: thread-local storage not supported for
> this target
> qpid/sys/posix/AsynchIO.cpp:65: error: thread-local storage not supported for
> this target
> qpid/sys/posix/AsynchIO.cpp:66: error: thread-local storage not supported for
> this target
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]