[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Build is now failing for a different reason
clebert.suconic@jboss.com
do-not-reply at jboss.com
Mon Nov 17 09:56:54 EST 2008
They changed users on Hudson. Because of that the latest build under the older user had left a file created... the new build couldn't open one of the files...
(You will find an exception on the build as "Can't open file").
And that has fired a bug on the Native Layer. I'm first opening the files before getting a handle for the Logger on the native layer. As a result later it will try to free a resource that wasn't allocated and that will cause the crash :-).
For now we need to get QA to delete the file, and I will make sure the test is deleting the file on tear down. (I used to read the files using bvi).
And I will also fix the bug on the native layer.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189823#4189823
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189823
More information about the jboss-dev-forums
mailing list