You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/04/20 02:30:49 UTC

[GitHub] [arrow] lidavidm opened a new issue, #35240: [Go][FlightRPC] Client middleware causes a crash under certain error conditions

lidavidm opened a new issue, #35240:
URL: https://github.com/apache/arrow/issues/35240

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   ```
   panic: runtime error: invalid memory address or nil pointer dereference
   [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x7f84aba6e892]
   
   goroutine 593 [running]:
   github.com/apache/arrow/go/v12/arrow/flight.CreateClientMiddleware.func2({0x7f84abd594d0, 0x10c0000f9840}, 0x7f84ac222240, 0x10c00037ec08?, {0x7f84abad55a2, 0x2a}, 0x10c0000c1da0, {0x10c0000c0e70, 0x3, 0x3})
   	/home/runner/go/pkg/mod/github.com/apache/arrow/go/v12@v12.0.0-20230307201612-6fdf1e520a76/arrow/flight/client.go:124 +0x1b2
   google.golang.org/grpc.chainStreamClientInterceptors.func1({0x7f84abd594d0, 0x10c0000f9840}, 0x7f84ab409212?, 0x0?, {0x7f84abad55a2, 0x2a}, 0x10c00037ecd0?, {0x10c0000c0e70, 0x3, 0x3})
   	/home/runner/go/pkg/mod/google.golang.org/grpc@v1.53.0/clientconn.go:380 +0xd6
   google.golang.org/grpc.(*ClientConn).NewStream(0x10c0003faa80?, {0x7f84abd594d0?, 0x10c0000f9840?}, 0x7f847f100a0f?, {0x7f84abad55a2?, 0x2a?}, {0x10c0000351e0?, 0x1?, 0x7f84aba81be9?})
   	/home/runner/go/pkg/mod/google.golang.org/grpc@v1.53.0/stream.go:160 +0x187
   github.com/apache/arrow/go/v12/arrow/flight/internal/flight.(*flightServiceClient).DoGet(0x7f84abc4a680?, {0x7f84abd594d0?, 0x10c0000f9840?}, 0x10c000274dc0?, {0x10c0000351e0?, 0x10c000327930?, 0x10c0000e9280?})
   	/home/runner/go/pkg/mod/github.com/apache/arrow/go/v12@v12.0.0-20230307201612-6fdf1e520a76/arrow/flight/internal/flight/Flight_grpc.pb.go:183 +0x77
   github.com/apache/arrow/go/v12/arrow/flight/flightsql.(*Client).DoGet(0x10c00007e860, {0x7f84abd594d0?, 0x10c0000f9840?}, 0x7f84ab40452c?, {0x10c0000351e0?, 0x0?, 0x10c000312e78?})
   	/home/runner/go/pkg/mod/github.com/apache/arrow/go/v12@v12.0.0-20230307201612-6fdf1e520a76/arrow/flight/flightsql/client.go:255 +0x42
   github.com/apache/arrow-adbc/go/adbc/driver/flightsql.doGet({0x7f84abd594d0, 0x10c0000f9840}, 0x10c000312e78?, 0x10c0000fd180, {0x7f84abd5f5d0, 0x10c000274dc0}, {0x10c0000351e0, 0x1, 0x1})
   	/home/runner/work/arrow-adbc/arrow-adbc/go/adbc/driver/flightsql/flightsql_adbc.go:700 +0x199
   github.com/apache/arrow-adbc/go/adbc/driver/flightsql.newRecordReader.func3()
   ```
   
   ### Component(s)
   
   FlightRPC, Go


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm closed issue #35240: [Go][FlightRPC] Client middleware causes a crash under certain error conditions

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #35240: [Go][FlightRPC] Client middleware causes a crash under certain error conditions
URL: https://github.com/apache/arrow/issues/35240


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org