This is just a mailing list (with a web view for archival). You move
discussion to the other list by emailing the other list.

On Fri, 14 Jul 2023 at 09:54, Andrew North <andrew.no...@campbellsci.co.uk>
wrote:

> Just to update, we have experimented with other build options in Win32,
>
>
>
> We tried Release, RelWithDebInfo and RelMinSize – the exception does not
> occur here, and seems to work as expected, we see the messages in the
> broker,
>
>
>
> I was curious also if there is documentation to explain the state
> transitions inside the proactor class, or how to use the library without
> relying on it; currently I am referencing on the C API documentation,
>
>
>
> Additionally, I have created the same thread in the user forum, I’m not
> sure how these threads are moderated but can the discussion here be moved
> to there if its not too much hassle?
>
>    - Link to that thread: qpid-proton - Exception in send sample, in
>    Win32 - BUG?-Apache Mail Archives
>    <https://lists.apache.org/thread/fz7mpvoqydktwpcvd6ypt3b1kfkh9qvs>
>
>
>
>
> *From:* Jiri Daněk <jda...@redhat.com>
> *Sent:* Thursday, July 13, 2023 11:33 AM
> *To:* dev@qpid.apache.org
> *Subject:* Re: qpid-proton - Exception in send sample, in Win32
>
>
>
> Just a quick thought. The Proton CI is running only x64 builds. I must
> admit that I've almost forgotten that win32 exists, by now.
>
> (As it happened, I was privately told something about multiarch Linux
> packages yesterday, so it's not dead on Linux, either, yet.)
>
> Maybe 32bit is still helpful for embedded or low resource applications?
> Also, the address sanitizer prototype for visual studio first worked for
> win32 only.
>
> On Thu, Jul 13, 2023, 12:28 Robbie Gemmell <robbie.gemm...@gmail.com>
> wrote:
>
> > Please use the users@ list for questions. The dev list is only used for
> > dev
> > traffic like JIRA updates etc, so other messages will often be
> overlooked.
> >
> > The lists strip essentially all attachments etc, so your images are not
> > present.
> >
> > On Thu, 13 Jul 2023 at 10:59, Andrew North <
> andrew.no...@campbellsci.co.uk
> <andrew.no...@campbellsci.co.uk%0b>> >
> > wrote:
> >
> > > Hello,
> > >
> > > I am seeking help on qpid-proton library, here is the description.
> > >
> > >
> > >
> > > - I cloned this repository: apache/qpid-proton: Mirror of Apache Qpid
> > > Proton (github.com) <https://github.com/apache/qpid-proton
> <https://protect-eu.mimecast.com/s/zkLbCV72pc10qzszJSDp?domain=github.com>
> >
> > > - On this commit hash: 4992b369a1b7aaa81913b4a5413616cf88d347bd
> > > (latest from master)
> > > - I built library including the examples in Win32
> > > - I tested the “send.c” example and get an exception in Win32; when I
> > > build in x64 the sample works fine
> > >
> > >
> > >
> > > Below are results of Win32 exception, let me know if there is any more
> > > information I need to provide with this investigation.
> > >
> > > I can also try to debug myself, but I would need some pointers to see
> > > where to look.
> > >
> > >
> > >
> > > Also let me know if this is the correct place to raise this issue, or
> if
> > > there is another more appropriate place.
> > >
> > >
> > >
> > > Callstack:
> > >
> > > e850fc45() Unknown
> > >
> > > [Frames below may be incorrect and/or missing]
> > >
> > > > qpid-proton-cored.dll!pni_phase(pn_transport_t *
> > transport,
> > > int(*)(pn_transport_t *, pn_endpoint_t *) phase) Line 2514 C
> > >
> > > qpid-proton-cored.dll!pni_process(pn_transport_t *
> > > transport) Line 2532 C
> > >
> > > qpid-proton-cored.dll!pn_output_write_amqp(pn_transport_t
> > *
> > > transport, unsigned int layer, char * bytes, unsigned int available)
> Line
> > > 2687 C
> > >
> > > qpid-proton-cored.dll!transport_produce(pn_transport_t *
> > > transport) Line 2740 C
> > >
> > > qpid-proton-cored.dll!pn_transport_pending(pn_transport_t
> > *
> > > transport) Line 3032 C
> > >
> > >
> > >
> >
> qpid-proton-cored.dll!pn_connection_driver_write_buffer(pn_connection_driver_t
> > > * d) Line 115 C
> > >
> > >
> > qpid-proton-proactord.dll!pconnection_process(pconnection_t
> > > * pc, pn_experimental::iocp_result_t * result, bool topup) Line 2361
> > C++
> > >
> > >
> > > qpid-proton-proactord.dll!pconnection_batch_next(pn_event_batch_t *
> > batch)
> > > Line 2417 C++
> > >
> > >
> > > qpid-proton-proactord.dll!pn_event_batch_next(pn_event_batch_t * batch)
> > > Line 84 C
> > >
> > > send.exe!run(app_data_t * app) Line 178 C
> > >
> > > send.exe!main(int argc, char * * argv) Line 205 C
> > >
> > > [External Code]
> > >
> > >
> > >
> > > Exception (screenshot):
> > >
> > >
> > >
> > >
> > >
> > > Kind Regards,
> > >
> > > Andrew
> > >
> > >
> >
>

Reply via email to